Hi. I've created an empty K/N project with wizard ...
# multiplatform
g
Hi. I've created an empty K/N project with wizard and updated Kotlin to 1.9.20-Beta2 I was getting warning
w: The Default Kotlin Hierarchy Template was not applied to 'root project '
so I've added
Copy code
applyDefaultHierarchyTemplate()
to kotlin extension And now I'm getting error
Circular dependsOn hierarchy found in the Kotlin source sets: appleMain -> nativeMain -> macosMain -> appleMain
Is there any way to resolve that ?