https://kotlinlang.org logo
s

Slackbot

02/09/2022, 4:08 PM
This message was deleted.
g

Grégory Lureau

02/09/2022, 4:58 PM
Can you build it with Gradle? (without IDE)
m

Mayank

02/09/2022, 5:03 PM
Try enabling hierarchical project structure by adding these lines to gradle.properties
Copy code
kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
2 Views