Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
krossovochkin authored Nov 28, 2024
1 parent bcdb587 commit 0776869
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions target/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
apply plugin: "com.android.application"
apply plugin: "kotlin-android"
plugins {
id("com.android.application")
id("kotlin-android")
alias(libs.plugins.jetbrains.compose)
alias(libs.plugins.compose.compiler)
}
apply from: "$rootDir/quality/lint.gradle"

android {
Expand Down

0 comments on commit 0776869

Please sign in to comment.