Does anyone have experience with or examples of wr...
# multiplatform
z
Does anyone have experience with or examples of writing UI tests for iOS in Kotlin in your
iosTest
package? Or do people usually write their iOS UI tests in swift?
i
Check out what the guys at Touchlab are doing, they put together a sweet template for KMP projects and it comes with some UT. https://github.com/touchlab/KaMPKit
z
yup I've been checking this out! ty for the link