Skip to content

Commit

Permalink
⬆️ bump compose compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Apr 2, 2024
1 parent 6fb0567 commit 7eca521
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.3"
kotlinCompilerExtensionVersion = "1.5.11"
}
}
dependencies {
implementation("androidx.core:core-ktx:+")
implementation("androidx.core:core-ktx:1.12.0")
}

compose.desktop {
Expand Down
2 changes: 1 addition & 1 deletion rebugger/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.3"
kotlinCompilerExtensionVersion = "1.5.11"
}
}

0 comments on commit 7eca521

Please sign in to comment.