Hey guys. Any progress on the current issue with a...
# touchlab-tools
i
Hey guys. Any progress on the current issue with adding
ios()
target? https://github.com/touchlab/KaMPKit/issues/133
👍🏽 1
r
We haven’t had a chance to dig in yet. If you try it out, let us know how it goes. I suspect it will help to enable hierarchical project support with
Copy code
kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
in your
gradle.properties
. I’ve also had better luck in the past getting it working in IDEA than Android Studio, but it’s been a long time since I’ve really looked.
i
Thanks! I'll try this with my project. I mainly use IDEA myself but will try with Android Studio as well.