Kaj Koivunen
05/02/2023, 2:12 AMKaj Koivunen
05/02/2023, 2:18 AMimplementation(fileTree("C:/repos/kotlin-libui/libui/build/libs"))
But I only get the error
Unresolved reference: implementation
Kaj Koivunen
05/02/2023, 2:43 AMVampire
05/02/2023, 7:29 AMpublishToMavenLocal
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 AMimplementation
is not found is btw. simply because you did not apply any plugin in that project that adds this configuration.