Releases: cdsap/ProjectGenerator
Releases · cdsap/ProjectGenerator
Release v0.3.8
v0.3.8
📦 Versions Updated
- AGP 9: 9.0.0-beta03
- KSP: 2.3.3
- Compose BOM: 2025.12.00
Release v0.3.7
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--agp9parameter 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
🏷️ 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
Configuration changes
compileSdkof generated projects updated to 36- KSP2 is the default processor for projects
Project dependencies update:
- Develocity plugin
4.2.1 androidx.core:core-ktxto1.17.0androidx.compose:compose-bomto 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
- Projects generated with Gradle 9.1.0
Release v0.3.3
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
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
Release v0.3.1
Adding develocity url option (#111) * adding new develocity url in the versions model * adding the optional develocity url option
Release v0.3.0
workaround image tag
Release v0.2.1
- 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