Kotlin Native Framework question
I used the Kotlin/Native Framework template in order to create a framework for use in an iOS project. Two things:
1. The default setup puts the resultant framework deep in the Xcode/DerivedData folder, whereas I would like to have it somewhere in the project structure so that I can link the iOS app project to it directly.
2. I know K/N is in heavy development, but it would be nice if the template were updated to use the latest plugin ('kotlin-platform-native' versus 'konan'). As a bonus, an example of how to add other modules like kotlinx.serialization and ktor client.
Thank you,
Tyler
Please sign in to leave a comment.