I tried to reproduce code from template of AppCode...
# multiplatform
d
I tried to reproduce code from template of AppCode for Project with Kotlin Native framework. Unfortunately, main target cant find framework
Copy code
no such module 'shared'
- error I created a separate framework-target and just run
Copy code
gradlew buildForXcode
script. Do I need to execute some additional actions ?
s
You probably haven’t imported Gradle project. Try opening “Event Log” by using the button at the bottom right corner, and then select “Import Gradle project” from the Event Log. Alternatively you can reopen the project and AppCode will show you this event.