Change kotlin version
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user