We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c7f35 commit fe10cddCopy full SHA for fe10cdd
json-schema-validator/build.gradle.kts
@@ -29,11 +29,7 @@ kotlin {
29
api(libs.kotlin.serialization.json)
30
api(libs.uri)
31
// When using approach like above you won't be able to add because block
32
- implementation(
33
- libs.kotlin.codepoints
34
- .get()
35
- .toString(),
36
- ) {
+ implementation(libs.kotlin.codepoints.get().toString()) {
37
because("simplifies work with unicode codepoints")
38
}
39
implementation(libs.normalize.get().toString()) {
0 commit comments