6 lines
157 B
Kotlin
6 lines
157 B
Kotlin
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
|
}
|
|
rootProject.name = "planterette"
|
|
include("definition")
|
|
include("host") |