11 lines
210 B
Kotlin
11 lines
210 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
google()
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
rootProject.name = "Linux Command Library"
|
|
|
|
|
|
include(":android", ":desktop", ":common", ":cli") |