Skip to content

Commit b1890ab

Browse files
committed
升级 KotlinReflect 版本到 2.2.20
1 parent 16f4648 commit b1890ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ dependencies {
203203
exclude group: 'com.google.errorprone', module: 'error_prone_annotations'
204204
}
205205
// Kotlin 反射库:用于反射 Kotlin data class 类对象
206-
implementation 'org.jetbrains.kotlin:kotlin-reflect:1.9.23'
206+
implementation 'org.jetbrains.kotlin:kotlin-reflect:2.2.20'
207207

208208
// ShapeView:https://github.com/getActivity/ShapeView
209209
implementation 'com.github.getActivity:ShapeView:9.8'

0 commit comments

Comments
 (0)