88e31cd1ac
See: https://docs.gradle.org/current/userguide/sharing_build_logic_between_subprojects.html#sec:convention_plugins
8 lines
93 B
Plaintext
8 lines
93 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.kotlin.gradle.plugin)
|
|
}
|