Skip to content

Commit

Permalink
Do not declare the Compose compiler version (#494)
Browse files Browse the repository at this point in the history
We get it from Kotlin version and plugin now.
  • Loading branch information
JakeWharton authored Aug 9, 2024
1 parent cea57d0 commit 51adda4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ subprojects {
checkDependencies true
checkReleaseBuilds false // Full lint runs as part of 'build' task.
}
android.composeOptions {
kotlinCompilerExtensionVersion = libs.androidx.compose.compiler.get().version
}
}

apply plugin: 'com.diffplug.spotless'
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ androidx-test-runner = { module = "androidx.test:runner", version = "1.6.1" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.9.1" }

androidx-compose-bom = { module = "androidx.compose:compose-bom", version = "2024.06.00" }
androidx-compose-compiler = "androidx.compose.compiler:compiler:1.5.14"
androidx-compose-material3 = { module = "androidx.compose.material3:material3" }

coil-compose = "io.coil-kt:coil-compose:2.7.0"
Expand Down

0 comments on commit 51adda4

Please sign in to comment.