11 lines
186 B
Plaintext
Executable File
11 lines
186 B
Plaintext
Executable File
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
dependencies {
|
|
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
|
|
} |