Merge branch 'dev' into gsl-experiment

This commit is contained in:
Iaroslav Postovalov 2020-10-14 23:32:00 +07:00
commit 3eb050d3d1
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

@ -11,9 +11,9 @@ kotlin.sourceSets {
jvmMain { jvmMain {
dependencies { dependencies {
api("com.github.h0tk3y.betterParse:better-parse:0.4.0")
implementation("org.ow2.asm:asm:8.0.1") implementation("org.ow2.asm:asm:8.0.1")
implementation("org.ow2.asm:asm-commons:8.0.1") implementation("org.ow2.asm:asm-commons:8.0.1")
implementation("com.github.h0tk3y.betterParse:better-parse:0.4.0")
} }
} }
} }