Creating an Android Library with Kotlin for use with Xojo

Originally published at: Creating an Android Library with Kotlin for use with Xojo – Xojo Programming Blog

In this first beta release of Android, there is some simple support for creating Android libraries and calling their methods from Xojo code. The Android libraries have to be written in Kotlin and compiled as AAR library files. Xojo code can call into the library using Declares.

1 Like