as this is my current `build.gradle.kts` ```plugin...
# gradle
s
as this is my current
build.gradle.kts
Copy code
plugins {
    `kotlin-dsl`
    `java-library`
}

repositories {
    jcenter()
}