Skip to content

Copy JVM targeting Rust libraries and JNA binaries to dependent projects for Android local unit test

Fixes #52 (closed).

TODOs

  • Handle cases where the distance between the consumer module and the Rust library is more than 1.
  • Handle cases where the consumer module does not use the Kotlin Multiplatform Gradle plugin.
  • Add documentation that the user should build the desktop (JVM) variant of their library separately for Android local unit tests.
Edited by Chanjung Kim

Merge request reports