11 lines
181 B
Kotlin
Vendored
11 lines
181 B
Kotlin
Vendored
pluginManagement {
|
|
repositories {
|
|
{{kts_kotlin_plugin_repositories}}
|
|
}
|
|
}
|
|
|
|
rootProject.name = "my-app"
|
|
|
|
enableFeaturePreview("GRADLE_METADATA")
|
|
|
|
include(":submodule") |