10 lines
210 B
Kotlin
Vendored
10 lines
210 B
Kotlin
Vendored
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
description = "Conventions to use in settings.gradle.kts scripts"
|
|
|
|
dependencies {
|
|
implementation(libs.gradlePlugin.gradle.foojayToolchains)
|
|
api(libs.typesafe.conventions)
|
|
} |