Skip to content

Commit

Permalink
kotlin version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
popovanton0 committed Sep 10, 2023
1 parent d206d6e commit b9c16ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
}

dependencies {
implementation(project(":blueprint-no-op"))
implementation(project(":blueprint"))

implementation(libs.androidx.coreKtx)
implementation(libs.androidx.lifecycleRuntimeKtx)
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
gradlePlugin = "8.1.1"
kotlin = "1.9.0"
kotlin = "1.9.10"
compose = "1.5.1"
composeCompiler = "1.5.2"
composeCompiler = "1.5.3"
paparazzi = "1.3.1"
junit = "4.13.2"
testParameterInjector = "1.12"
Expand Down

0 comments on commit b9c16ae

Please sign in to comment.