This commit is contained in:
Iaroslav Postovalov 2020-07-26 11:17:47 +07:00
parent 7820ffb150
commit 2864b2d12e
No known key found for this signature in database
GPG Key ID: 70D5F4DCB0972F1B
2 changed files with 3 additions and 10 deletions

View File

@ -11,6 +11,7 @@ allprojects {
repositories {
jcenter()
maven("https://dl.bintray.com/kotlin/kotlinx")
maven("https://dl.bintray.com/hotkeytlt/maven")
}
group = "scientifik"

View File

@ -1,10 +1,4 @@
plugins {
id("scientifik.mpp")
}
repositories {
maven("https://dl.bintray.com/hotkeytlt/maven")
}
plugins { id("scientifik.mpp") }
kotlin.sourceSets {
// all {
@ -30,8 +24,6 @@ kotlin.sourceSets {
}
jsMain {
dependencies {
implementation("com.github.h0tk3y.betterParse:better-parse-js:0.4.0-alpha-3")
}
dependencies { implementation("com.github.h0tk3y.betterParse:better-parse-js:0.4.0-alpha-3") }
}
}