Merge pull request #151 from mipt-npm/hotfix-better-parse-api

Hotfix of better-parse configuration (its classes are exposed as API but are not available to user)
This commit is contained in:
Alexander Nozik 2020-10-13 13:18:32 +03:00 committed by GitHub
commit f76575bf99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")
}
}