https://kotlinlang.org logo
#gradle
Title
# gradle
p

pablisco

11/04/2023, 2:04 PM
I'm also observing issues with Moko at the moment. 🙃 https://github.com/icerockdev/moko-resources/issues/594 Looks like
KotlinLibraryLayoutImpl
is failing to find the extension
File.inzipTo
inside
ZipUtil
(from
kotlin-util-io
). Not sure if it's missing or it's loading an older version.
I've noticed that it may be related to using
applyDefaultHierarchyTemplate()
in the kmp gradle plugin. When I remove it (and comment out the iso targets) the problem goes away. 🤔
t

tapchicoma

11/07/2023, 9:33 PM
Please open a new Kotlin issue with a repro