Skip to content

Commit 862d898

Browse files
Add compose-compiler plugin to top-level build.gradle.kts
Following Google's Compose migration documentation, added the compose-compiler plugin with 'apply false' to the top-level build.gradle.kts file. Co-authored-by: RitikaPahwa4444 <[email protected]>
1 parent d62b23d commit 862d898

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
plugins {
33
alias(libs.plugins.android.application) apply false
44
alias(libs.plugins.jetbrains.kotlin.android) apply false
5+
alias(libs.plugins.compose.compiler) apply false
56
alias(libs.plugins.github.triplet.play) apply false
67
alias(libs.plugins.getkeepsafe.dexcount)
78
}

0 commit comments

Comments
 (0)