13 lines
230 B
Plaintext
13 lines
230 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.5.0"))
|
|
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0")
|
|
}
|