We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
generateIconMapping
1 parent 408e61c commit 062c3caCopy full SHA for 062c3ca
1 file changed
app/build.gradle.kts
@@ -175,3 +175,14 @@ android.applicationVariants.all {
175
}
176
177
178
+tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
179
+ dependsOn(generateIconMapping)
180
+}
181
+
182
+android.applicationVariants.all {
183
+ val variantName = name.replaceFirstChar { it.uppercase() }
184
+ tasks.named("generate${variantName}Sources") {
185
186
+ }
187
188
0 commit comments