I'm also observing issues with Moko at the moment....
# gradle
p
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
Please open a new Kotlin issue with a repro