https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
g

gabin

10/11/2023, 11:05 AM
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 ?
9 Views