Initial commit
This commit is contained in:
19
settings.gradle.kts
Normal file
19
settings.gradle.kts
Normal file
@@ -0,0 +1,19 @@
|
||||
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||||
pluginManagement {
|
||||
repositories {
|
||||
google()
|
||||
gradlePluginPortal()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "KMPExcercises"
|
||||
include(":androidApp")
|
||||
include(":shared")
|
||||
Reference in New Issue
Block a user