Skip to content

Releases: cdsap/ProjectGenerator

Release v0.3.8

05 Dec 01:51
18c66a4

Choose a tag to compare

v0.3.8

📦 Versions Updated

  • AGP 9: 9.0.0-beta03
  • KSP: 2.3.3
  • Compose BOM: 2025.12.00

Release v0.3.7

14 Nov 03:30
19aedcf

Choose a tag to compare

v0.3.7

🚀 New

  • Support for Android projects using AGP 9.
    AGP 9 builds now satisfy the required conditions, including support for the built-in Kotlin compiler.
    Added addtional --agp9 parameter for the CLI

📦 Versions Updated

  • AGP: 8.13.1
  • AGP 9: 9.0.0-beta01
  • KSP: 2.3.2
  • Compose BOM: 2025.11.00

Release v0.3.6

29 Oct 21:28
27103f3

Choose a tag to compare

🏷️ Project Generator v0.3.6 — Release Notes

This release updates the default versions of key build components used in generated projects to ensure compatibility with the latest Gradle, Android and Kotlin ecosystem.

🔧 Updated Component Versions

  • Gradle: 9.2.0

  • Develocity: 4.2.2

  • Kotlin Gradle Plugin: 2.2.21

  • KSP: 2.2.0-2.0.4

  • KotlinTest: 2.2.21

  • AndroidX Work: 2.11.0

  • Compose BOM: 2025.10.01

Release v0.3.5

03 Oct 22:12
d80346b

Choose a tag to compare

Configuration changes

  • compileSdk of generated projects updated to 36
  • KSP2 is the default processor for projects

Project dependencies update:

  • Develocity plugin 4.2.1
  • androidx.core:core-ktx to 1.17.0
  • androidx.compose:compose-bom to 2025.09.01

Generate new projects in https://cdsap.github.io/ProjectGenerator/
or use the cli:

curl -L https://github.com/cdsap/ProjectGenerator/releases/download/v0.3.5/projectGenerator  --output projectGenerator
chmod 0757 projectGenerator
./projectGenerator generate-project --modules 100

Release v0.3.4

21 Sep 00:24
3360508

Choose a tag to compare

  • Projects generated with Gradle 9.1.0

Release v0.3.3

13 Sep 19:02
4260466

Choose a tag to compare

New version included:

  • Android:

    • AGP: 8.13.0
    • composeBom: 2025.09.00
  • Kotlin:

    • KGP: 2.2.20
    • KSP: 2.2.20-2.0.3
    • KotlinTest: 2.2.20

Release v0.3.2

23 Aug 14:53
be37b97

Choose a tag to compare

What's new

  • Added Spotlight in Setting plugins #142
  • New versions included
  • Develocity 4.1.1
  • AGP 8.12.1
  • KGP 2.2.10
  • KSP 2.2.10-2.0.2
  • Kotlin Test 2.2.10
  • Hilt 2.57.1
  • Compose Bom 2025.08.00

Install CLI

curl -L https://github.com/cdsap/ProjectGenerator/releases/download/v0.3.2/projectGenerator  --output projectGenerator
chmod 0757 projectGenerator

Dependency

 implementation("io.github.cdsap:projectgenerator:0.3.2")

Website

https://cdsap.github.io/ProjectGenerator/

Release v0.3.1

02 Aug 23:13
6e9c11c

Choose a tag to compare

Adding develocity url option (#111)

* adding new develocity url in the versions model

* adding the optional develocity url option

Release v0.3.0

02 Aug 00:30
51e79cf

Choose a tag to compare

workaround image tag

Release v0.2.1

06 Jul 23:38
f972b41

Choose a tag to compare

  • Project is named depending on the shape, modules and type arguments #68:
rootProject.name="androidRectangle25modules"
  • Not including test dependencies if not required #80

  • Default versions project:

    • AGP 8.10.1
    • KGP 2.2.0
    • Develocity Plugin 4.0.2
    • androidx.compose:compose-bom v2025.06.01

Install CLI:

curl -L https://github.com/cdsap/ProjectGenerator/releases/download/v0.2.1/projectGenerator  --output projectGenerator
chmod 0757 projectGenerator