The repository is not working on Macbook M1
Hello there, when I try to run the project, I get this error: Unable to load class 'org.jetbrains.kotlin.konan.target.HostManager'.
I found it's because of complete kotlin plugin, I'll try to post a pull request with updated kotlin version
Note that CompleteKotlin is now configued in build.gradle.kts (instead of settings.gradle.kts previously), and you'll want to update both Kotlin and CompleteKotlin to have things work together as there's been breaking changes in the versioning scheme of the Kotlin/Native distributions that CompleteKotlin relies on.
@LouisCAD Could you please provide some assistance about how to include it to build.gradle.kts? I am having trouble alltogether to update project to Kotlin 1.6.10 on mac
It's all documented on CompleteKotlin repo.