Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 356 Bytes

File metadata and controls

10 lines (6 loc) · 356 Bytes

Pass Garble Android Example implementation

This example shows how to integrate a kotlin multiplatform library into an Android application

Getting started

  1. Run a full build of the root project (./gradle build should do the trick)
  2. Publish to your local m2 repository: ./gradlew publishToMavenLocal
  3. Open Android studio and run the app.