We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e5464 commit 41a89dcCopy full SHA for 41a89dc
shared/build.gradle
@@ -16,5 +16,5 @@ dependencies {
16
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
17
testImplementation 'org.hamcrest:hamcrest-all:1.3'
18
testImplementation 'junit:junit:4.11'
19
- implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.2")
+ implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.2'
20
}
0 commit comments