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

This commit is contained in:
Iaroslav Postovalov 2020-10-13 16:59:21 +07:00
parent 95d33c25d0
commit 627e18f6ec
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

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