8 lines
93 B
Plaintext
8 lines
93 B
Plaintext
|
plugins {
|
||
|
`kotlin-dsl`
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
implementation(libs.kotlin.gradle.plugin)
|
||
|
}
|