Skip to content

Commit

Permalink
Update kotlin-reflect to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
picimako committed Oct 15, 2023
1 parent b306b18 commit 7a72e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ kotlin {
// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
dependencies {
//https://kotlinlang.org/docs/reflection.html#jvm-dependency
implementation("org.jetbrains.kotlin:kotlin-reflect:1.8.22")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.0")
//testImplementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22")

//Testing
Expand Down

0 comments on commit 7a72e81

Please sign in to comment.