From 627e18f6ec6f502ff4604b7f096fb16feb7091ca Mon Sep 17 00:00:00 2001 From: Iaroslav Postovalov Date: Tue, 13 Oct 2020 16:59:21 +0700 Subject: [PATCH] Hotfix of better-parse configuration (its classes are exposed as API but are not available to user) --- kmath-ast/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmath-ast/build.gradle.kts b/kmath-ast/build.gradle.kts index 86b10bdc7..687e9f3b0 100644 --- a/kmath-ast/build.gradle.kts +++ b/kmath-ast/build.gradle.kts @@ -6,7 +6,7 @@ kotlin.sourceSets { commonMain { dependencies { api(project(":kmath-core")) - implementation("com.github.h0tk3y.betterParse:better-parse:0.4.0") + api("com.github.h0tk3y.betterParse:better-parse:0.4.0") } }