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
mg6maciej
03/20/2017, 10:52 AM
It's unlikely you will be able to write Espresso tests with Kotlin Native. Native means you cannot depend on any java library.