14 lines
202 B
Kotlin
14 lines
202 B
Kotlin
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
dependencies {
|
|
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.20")
|
|
|
|
implementation("org.openrewrite:plugin:6.19.1")
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|