equal
deleted
inserted
replaced
22 @Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove once KTIJ-19369 is fixed |
22 @Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove once KTIJ-19369 is fixed |
23 plugins { |
23 plugins { |
24 id("com.android.application") |
24 id("com.android.application") |
25 id("org.jetbrains.kotlin.android") |
25 id("org.jetbrains.kotlin.android") |
26 id("com.geekorum.build.source-license-checker") |
26 id("com.geekorum.build.source-license-checker") |
|
27 alias(libs.plugins.org.jetbrains.kotlin.compose.compiler) |
27 alias(libs.plugins.google.gms.oss.license) |
28 alias(libs.plugins.google.gms.oss.license) |
28 } |
29 } |
29 |
30 |
30 // workaround bug https://issuetracker.google.com/issues/275534543 |
31 // workaround bug https://issuetracker.google.com/issues/275534543 |
31 buildscript { |
32 buildscript { |
69 } |
70 } |
70 buildFeatures { |
71 buildFeatures { |
71 compose = true |
72 compose = true |
72 buildConfig = true |
73 buildConfig = true |
73 } |
74 } |
74 composeOptions { |
|
75 kotlinCompilerExtensionVersion = libs.versions.androidx.compose.compiler.get() |
|
76 } |
|
77 packaging { |
75 packaging { |
78 resources { |
76 resources { |
79 excludes += "/META-INF/{AL2.0,LGPL2.1}" |
77 excludes += "/META-INF/{AL2.0,LGPL2.1}" |
80 } |
78 } |
81 } |
79 } |