Norbi
05/10/2023, 8:42 AMCaused by: org.jetbrains.skiko.LibraryLoadException: Cannot find skiko-windows-x64.dll.sha256, proper native dependency missing.Kotlin 1.8.20 + Compose/Desktop 1.4.0
orangy
run
task, it works properly.
cc @alexey.tsvetkovorangy
Norbi
05/10/2023, 9:33 AMmost likely caused by running the app from the gutter play button@orangy you are right, I used the "play" button to run the app which causes the error above. Executing the "compose desktop/run" task directly works. The "play" button also works if I remove the
kotlin.mpp.import.enableKgpDependencyResolution=true
line from gradle.properties
.
(But I cannot do that because my goal is to reevaluate Gradle included builds with multiplatform projects, which feature should theoretically work in Kotlin 1.8.20 but needs this setting.)wwalkingg
07/11/2023, 6:47 AM