Skip to content

Commit fe10cdd

Browse files
committed
Format deps in build.gradle to look same
1 parent e9c7f35 commit fe10cdd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

json-schema-validator/build.gradle.kts

+1-5
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ kotlin {
2929
api(libs.kotlin.serialization.json)
3030
api(libs.uri)
3131
// 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-
) {
32+
implementation(libs.kotlin.codepoints.get().toString()) {
3733
because("simplifies work with unicode codepoints")
3834
}
3935
implementation(libs.normalize.get().toString()) {

0 commit comments

Comments
 (0)