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 16f4648 commit b1890abCopy full SHA for b1890ab
1 file changed
app/build.gradle
@@ -203,7 +203,7 @@ dependencies {
203
exclude group: 'com.google.errorprone', module: 'error_prone_annotations'
204
}
205
// Kotlin 反射库:用于反射 Kotlin data class 类对象
206
- implementation 'org.jetbrains.kotlin:kotlin-reflect:1.9.23'
+ implementation 'org.jetbrains.kotlin:kotlin-reflect:2.2.20'
207
208
// ShapeView:https://github.com/getActivity/ShapeView
209
implementation 'com.github.getActivity:ShapeView:9.8'
0 commit comments