This example shows how to integrate a kotlin multiplatform library into an Android application
- Run a full build of the root project (
./gradle build
should do the trick) - Publish to your local m2 repository:
./gradlew publishToMavenLocal
- Open Android studio and run the app.