Skip to content

Commit

Permalink
Remove Jetpack compose compiler (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber authored Jan 10, 2024
1 parent 7e1e1f9 commit 0fd573b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ gradleConventionsDefaults {
}

compose {
android(
compilerOverride = libs.compose.compilerJetpack
)

multiplatform(
compilerOverride = libs.compose.compilerJetbrains
)
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ buildscript-publish = { module = "com.vanniktech:gradle-maven-publish-plugin", v

# note: the compiler version doesn't necessarily track with the regular jetbrains compose version
compose-compilerJetbrains = "org.jetbrains.compose.compiler:compiler:1.5.7.1"
compose-compilerJetpack = "androidx.compose.compiler:compiler:1.5.7"
compose-uiUtil = { module = "org.jetbrains.compose.ui:ui-util", version.ref = "composeJetbrains" }

detektCompose = { module = "io.nlopez.compose.rules:detekt", version.ref = "detektCompose" }
Expand Down

0 comments on commit 0fd573b

Please # to comment.