Join Slack
Powered by
I found this example how to run unit tests on iOS:...
# kotlin-native
t
Thomas
06/15/2019, 6:11 PM
I found this example how to run unit tests on iOS:
https://github.com/Kotlin/mpp-example/blob/0ace750ffd2ccb8dd4adf40f26b4d6ecc462c06a/greeting/build.gradle#L87-L99
If you are using the Kotlin/Native CocoaPods plugin, how can you run the tests? It is not possible to start this Gradle task as the executable needs to be built from Xcode. Can I somehow start this task from Xcode?
Thomas
06/16/2019, 11:49 AM
Just found out that MockK is not compatible with Kotlin/Native, so I don't actually need a solution just yet.
3
Views
Open in Slack
Previous
Next