diff --git a/kmath-ast/build.gradle.kts b/kmath-ast/build.gradle.kts index a0afcdc4f..2f95d427d 100644 --- a/kmath-ast/build.gradle.kts +++ b/kmath-ast/build.gradle.kts @@ -11,9 +11,9 @@ kotlin.sourceSets { jvmMain { dependencies { + api("com.github.h0tk3y.betterParse:better-parse:0.4.0") implementation("org.ow2.asm:asm:8.0.1") implementation("org.ow2.asm:asm-commons:8.0.1") - implementation("com.github.h0tk3y.betterParse:better-parse:0.4.0") } } }