initial commit
This commit is contained in:
15
settings.gradle.kts
Normal file
15
settings.gradle.kts
Normal file
@@ -0,0 +1,15 @@
|
||||
dependencyResolutionManagement {
|
||||
@Suppress("UnstableApiUsage")
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
||||
}
|
||||
|
||||
include(":app")
|
||||
include(":api")
|
||||
|
||||
rootProject.name = "planterette"
|
||||
Reference in New Issue
Block a user