gabin
10/11/2023, 11:05 AMw: The Default Kotlin Hierarchy Template was not applied to 'root project '
so I've added
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 ?