18 lines
336 B
Plaintext
18 lines
336 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
kotlinDslPluginOptions {
|
|
experimentalWarning.set(false)
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven { setUrl("https://kotlin.bintray.com/kotlinx") }
|
|
}
|
|
|
|
dependencies {
|
|
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0")
|
|
implementation("com.konghq:unirest-java:3.11.04")
|
|
}
|