Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Bump Compose compiler to 1.4.0 final (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Jan 18, 2023
1 parent a5ac68e commit 6c3f2b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ androidX-activity = "1.6.1"
androidX-appCompat = "1.6.0"
androidX-collection = "1.2.0"
androidX-compose = "1.3.1"
androidX-composeCompiler = "1.4.0-dev-k1.8.0-33c0ad36f83"
androidX-composeCompiler = "1.4.0"
androidX-core = "1.9.0"
androidX-fragment = "1.5.5"
androidX-lifecycle = "2.5.1"
Expand Down
3 changes: 0 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()

// Need to use the 'dev' Compose Compiler for Kotlin 1.8.0 support
maven("https://androidx.dev/storage/compose-compiler/repository/")
}
}

Expand Down

0 comments on commit 6c3f2b2

Please sign in to comment.