Is there any AGP built-in support for running emul...
# android
h
Is there any AGP built-in support for running emulator tests using Gradle managed devices for an android native library/app, (written in Kotlin/Native)? Of course you can write the JNI glue code by yourself and test it with JUnit and the Android runner, but this does not scale well.
not kotlin but kotlin colored 2