Convert top-level build.gradle to Kotlin

This commit is contained in:
2021-01-16 13:55:26 -06:00
parent a5dfe0ec51
commit 8206450456
8 changed files with 40 additions and 63 deletions

View File

@@ -46,13 +46,6 @@ sourceSets {
test.resources.srcDirs = ['testresources']
}
repositories {
mavenLocal()
jcenter()
maven { url 'https://kotlin.bintray.com/ktor' }
maven { url 'https://kotlin.bintray.com/kotlin-js-wrappers' }
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "io.ktor:ktor-server-netty:$ktor_version"