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 27, 2024
1 parent 836482b commit e581095
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions module_default.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ apply plugin: "kotlin-multiplatform"
apply plugin: "com.android.library"
apply from: "$rootDir/quality/lint.gradle"

plugins {
alias(libs.plugins.jetbrains.compose)
alias(libs.plugins.compose.compiler)
}

android {
compileSdk libs.versions.android.compile.sdk.get().toInteger()

Expand Down

0 comments on commit e581095

Please sign in to comment.