Skip to main content

Module kotlin_android

Module kotlin_android 

Source
Expand description

Kotlin Android e2e test generator using kotlin.test and JUnit 5.

Generates host-JVM tests that validate the AAR-bundled Java facade and Kotlin wrapper via JNA against libkreuzberg_ffi. Tests are emitted to e2e/kotlin_android/src/test/kotlin/ without requiring an Android emulator — the tests run directly on the host JVM against the shared library.

Structs§

KotlinAndroidE2eCodegen
Kotlin Android e2e code generator. Emits a host-JVM test project that depends on the AAR-bundled Java facade and Kotlin wrapper via sourceSets and JNA, without requiring an Android emulator.