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