Skip to content

Commit 4c2217c

Browse files
committed
fix build
1 parent feaae85 commit 4c2217c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ android {
4747
base {
4848
archivesName = "IconRequest-v${android.defaultConfig.versionName}"
4949
}
50+
composeCompiler {
51+
// This stops the task that is looking for the missing mapping artifact
52+
includeComposeMappingFile.set(false)
53+
}
5054

5155
dependencies {
5256
implementation(libs.androidx.core.ktx)

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,4 @@ adaptive-icon-bitmap = { group = "com.github.sarsamurmu", name = "AdaptiveIconBi
4040
[plugins]
4141
android-application = { id = "com.android.application", version.ref = "agp" }
4242
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
43-
# This is the magic plugin for Kotlin 2.0+ that replaces the old compiler extension version
4443
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }

0 commit comments

Comments
 (0)