Hey all, with the new KMM plugin loaded into Android Studio 4.1 RC-2, I generated a project using the wizard, and ended up with this:
Copy code
A problem was found with the configuration of task ':shared:runCommonizer' (type 'CommonizerTask').
> Directory '/Users/dave.leeds/.konan/kotlin-native-prebuilt-macos-1.4/klib/common' specified for property 'params.originalCommonLibsDir' does not exist.
Any ideas what I might have done wrong?
Dave Leeds
09/01/2020, 7:51 PM
I see a
commonized
folder in that location, but not a
common
folder.
Dave Leeds
09/01/2020, 9:58 PM
Okay, I just deleted the entire
kotlin-native-prebuilt-macos-1.4
folder, and resynchronized Gradle. Looks like that did the trick. Must have had a partially-baked folder for some reason.