Hotfix of better-parse configuration (its classes are exposed as API but are not available to user) #151

Merged
CommanderTvis merged 1 commits from hotfix-better-parse-api into master 2020-10-13 13:18:32 +03:00
Showing only changes of commit 627e18f6ec - Show all commits

View File

@ -6,7 +6,7 @@ kotlin.sourceSets {
commonMain { commonMain {
dependencies { dependencies {
api(project(":kmath-core")) api(project(":kmath-core"))
implementation("com.github.h0tk3y.betterParse:better-parse:0.4.0") api("com.github.h0tk3y.betterParse:better-parse:0.4.0")
} }
} }