Eric Smith
02/12/2024, 12:48 AMUnsatisfiedLinkError
for libskiko-android-arm64.so. I added skiko = { module = "org.jetbrains.skiko:skiko", version = "0.7.89.1" }
to my libs.versions.toml, and implementation(_libs_._skiko_)
to my androidMain.dependencies
source-set. Is there something extra I need to add to my packaging so that it will find the library at runtime?Laxystem
02/12/2024, 7:13 AMandroidMain
source set only. Btw, isn't skiko multiplatform, that is, needs to be added to commonMain
?Eric Smith
02/12/2024, 12:46 PMandroidMain
. But it fails to find the .so file at runtime.Stefan Oltmann
03/04/2024, 2:55 PMStefan Oltmann
03/05/2024, 10:26 AMStefan Oltmann
03/05/2024, 1:17 PM