I\'m trying to compile an Android application I just created in Kotlin on Android Studio, without using Gradle or any other build tools. My intention is to speed up compilin
Use the below link for reference of using aapt/appt2 for compiling java app, so that you can make one for compiling kotlin on your own.
https://github.com/HemanthJabalpuri/AndroidExplorer