I have some troubles building kotlin multiplatform project with the newest plugin 2.2.5.
Also plugin 1.0.4 adds maven repository which is not compatible with
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
when using Settings driven Gradle approach.
I have some troubles building kotlin multiplatform project with the newest plugin 2.2.5.
Also plugin 1.0.4 adds maven repository which is not compatible with repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) when using Settings driven Gradle approach.
I was wondering if locolaser still maintains kotlin multiplatform support as the https://github.com/PocketByte/locolaser-kotlin-mpp-example example was not updated in a while.