Setup
For now the library isn't yet published because im waiting for the new version of KMP libs. So to test it in one of your projects do the following steps.
- Clone to main branch of the repo to a folder of your desire
- Add the Project as a Subproject in settings.gradle
include(":KMaP") project(":KMaP").projectDir = new File(settingsDir, "../path/to/KMaP")
- Add as a Dependency to build.gradle
dependencies { implementation(project(":KMaP")) }