Loading library/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ dependencies { // in transition phase, we use old and new libs implementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0' implementation 'androidx.annotation:annotation:1.9.1' compileOnly 'com.google.code.findbugs:annotations:3.0.1u2' compileOnly 'com.google.code.findbugs:annotations:3.0.1' implementation "androidx.core:core-ktx:1.12.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" Loading Loading
library/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ dependencies { // in transition phase, we use old and new libs implementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0' implementation 'androidx.annotation:annotation:1.9.1' compileOnly 'com.google.code.findbugs:annotations:3.0.1u2' compileOnly 'com.google.code.findbugs:annotations:3.0.1' implementation "androidx.core:core-ktx:1.12.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" Loading