Skip to content

Commit

Permalink
Update module_default.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
krossovochkin authored Nov 28, 2024
1 parent 7a09ed7 commit 1fb28d5
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions module_default.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
plugins {
id("kotlin-multiplatform")
id("com.android.library")
alias(libs.plugins.jetbrains.compose)
alias(libs.plugins.compose.compiler)
}

apply plugin "kotlin-multiplatform"
apply plugin "com.android.library"
apply plugin libs.plugins.jetbrains.compose
apply plugin libs.plugins.compose.compiler
apply from: "$rootDir/quality/lint.gradle"

android {
Expand Down

0 comments on commit 1fb28d5

Please sign in to comment.