Kotlin Native: I've built Kotlin-libui ( https://github.com/msink/kotlin-libui ), but how do I include it in my project's build.gradke.kt? I can only find guides on how to add for example maven dependencies but nothing on local ones.
that project and add maven local to your repositories, but with a content filter so that only that dependency is taken from maven local, as it is broken by design. Do not use such file tree non-sense, or you might depend on things you didn't want to and also miss its dependencies.
Vampire
05/02/2023, 7:31 AM
That
implementation
is not found is btw. simply because you did not apply any plugin in that project that adds this configuration.