There is anyway to compile locally Skiko from a br...
# compose-desktop
s
There is anyway to compile locally Skiko from a branch and use it at Compose JB project (without building the Compose JB locally)?
I want tô try this PR https://github.com/JetBrains/skiko/pull/348 to see If It is working here or If there is something not working yet.
i
./gradlew publishToMavenLocal
will build and publish 0.0.0-SNAPSHOT version, which you can use in the Compose project, adding
mavenLocal()
repo and
Copy code
implementation("org.jetbrains.skiko:skiko-jvm-runtime-linux-x64:0.0.0-SNAPSHOT")
s
There is any list of all Skiko packages required to build on Linux @Igor Demin?
i
🙏 1