Change kotlin version

This commit is contained in:
2025-10-28 11:50:45 -03:00
parent f46e249e5d
commit ba4be7227a
3 changed files with 14 additions and 42 deletions

View File

@@ -1,4 +1,3 @@
rootProject.name = "Template"
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
pluginManagement {
@@ -29,8 +28,15 @@ dependencyResolutionManagement {
}
}
rootProject.name = "Template"
// Template App module
include(":app:composeApp")
// Core modules
include(":bedrock:designsystem")
include(":bedrock:common")
include(":bedrock:navigation")
// Feature modules
include(":features:common")