Join Slack
Powered by
Does anyone know how to add files from resources t...
# kotlin-native
j
Justin
09/27/2019, 3:47 AM
Does anyone know how to add files from resources to the iOS simulator's bundle resources so that the files will be available during iosTests?
a
alex009
09/27/2019, 3:58 AM
Try copy resources by Gradle after link task. Something like
https://github.com/icerockdev/moko-resources/blob/b061ccb90c5ffd1102a173bb4d99e4e4c7766605/gradle-plugin/src/main/kotlin/dev/icerock/gradle/generator/IosMRGenerator.kt#L69
4
Views
Open in Slack
Previous
Next