Is the Kotlin 1.8 new sourceset layout what's caus...
# moko
m
Is the Kotlin 1.8 new sourceset layout what's causing my error complaining of multiple multiplatform_strings, _plurals and colors files? I don't have multiple copies, they are in the right place, but now AS won't build citing these problems.
To answer my own question, yes, the new sourceset layout is causing the break. Reverting to the old layout (a Gradle option) prevents the break. This is not a long term solution. https://github.com/icerockdev/moko-resources/issues/410