Skip to content

Commit 55b706e

Browse files
committed
코루틴 관련 패키징 오류 수정
Kotlin/kotlinx.coroutines#2023
1 parent a0b3e52 commit 55b706e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/build.gradle.kts

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ android {
4242
}
4343

4444
packagingOptions {
45-
exclude("META-INF/*")
45+
exclude("**/attach_hotspot_windows.dll")
46+
exclude("META-INF/**")
4647
}
4748
}
4849

0 commit comments

Comments
 (0)