Skip to content

Commit

Permalink
Removes compiler from build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlcerreca authored Dec 11, 2024
1 parent e802b09 commit 190bb76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ dependencies {
val composeBom = platform(libs.androidx.compose.bom)

implementation(libs.androidx.activity.compose)
implementation(libs.androidx.compose.compiler)
implementation(composeBom)
implementation(libs.androidx.compose.foundation.core)
implementation(libs.androidx.compose.foundation.layout)
Expand Down

0 comments on commit 190bb76

Please sign in to comment.