Moe better-parse to common.

Watch for https://github.com/h0tk3y/better-parse/issues/27
This commit is contained in:
Alexander Nozik 2020-06-13 18:26:18 +03:00
parent 866ae47239
commit 0950580b85
2 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,7 @@ kotlin.sourceSets {
dependencies {
api(project(":kmath-core"))
implementation("com.github.h0tk3y.betterParse:better-parse-multiplatform:0.4.0-alpha-3")
implementation("com.github.h0tk3y.betterParse:better-parse-multiplatform-metadata:0.4.0-alpha-3")
}
}
jvmMain{
@ -18,4 +19,9 @@ kotlin.sourceSets {
implementation("com.github.h0tk3y.betterParse:better-parse-jvm:0.4.0-alpha-3")
}
}
jsMain{
dependencies{
implementation("com.github.h0tk3y.betterParse:better-parse-js:0.4.0-alpha-3")
}
}
}