You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
301 B
Groovy
12 lines
301 B
Groovy
plugins {
|
|
id('org.jetbrains.kotlin.jvm') version '1.6.21'
|
|
}
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation 'org.simpleframework:simple-xml:2.7.1'
|
|
implementation 'com.soywiz.korlibs.korte:korte-jvm:3.0.0-Beta5'
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.2'
|
|
} |