At work, i plan to have our QA team use Kotlin-nat...
# kotlin-native
n
At work, i plan to have our QA team use Kotlin-native to write mobile test suite. UI testing for ios and Espresso for Android. For home, I have some Raspberry pi projects and parrot AR drone 2.0 😉 with Kotlin-native interfacing with their C library
m
It's unlikely you will be able to write Espresso tests with Kotlin Native. Native means you cannot depend on any java library.