Skip to content

Commit

Permalink
Downgrade compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laimiux committed Jan 4, 2024
1 parent 66404c6 commit 40728fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion formula-android-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = libs.versions.compose.get()
kotlinCompilerExtensionVersion = libs.versions.compose.compiler.get()
}

publishing {
Expand Down
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ dokka-gradle = "1.9.10"

kotlin = "1.9.10"
coroutines = "1.5.2"
compose = "1.5.3"
compose = "1.4.3"
# We keep compiler version separate to support Kotlin updates
compose-compiler = "1.5.3"

androidX = "1.2.0"
lifecycle = "2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion samples/stopwatch-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = libs.versions.compose.get()
kotlinCompilerExtensionVersion = libs.versions.compose.compiler.get()
}

buildTypes {
Expand Down

0 comments on commit 40728fd

Please sign in to comment.