Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 421 Bytes

File metadata and controls

19 lines (14 loc) · 421 Bytes

Toolchain

Python Multiplatform Build Plugin/Tool with Kotlin Multiplatform Mobile

How to run the project

Publish toolchain to local maven repository

./gradlew :toolchain:publishToMavenLocal

Run the Android app

1. Enable 'app' module from settings.gradle.kts
include(":app")  // Uncomment this line
2. Refresh Gradle project
3. Run the app from Android Studio