I tried to apply skie plugin to a sample project w...
# touchlab-tools
j
I tried to apply skie plugin to a sample project with kotlin 1.9.20-RC and I am getting
Copy code
* What went wrong:
Execution failed for task ':skieConfigureMinOsVersionPodDebugFrameworkIosArm64'.
> Expecting non-static method 'java.io.File org.jetbrains.kotlin.konan.util.DependencyDirectories.getLocalKonanDir()'
any ideas of how to fix it ?
Better log
Copy code
Caused by: java.lang.IncompatibleClassChangeError: Expecting non-static method 'java.io.File org.jetbrains.kotlin.konan.util.DependencyDirectories.getLocalKonanDir()'
        at co.touchlab.skie.plugin.coroutines.ConfigureMinOsVersionTaskKt.getDistribution(ConfigureMinOsVersionTask.kt:50)
        at co.touchlab.skie.plugin.coroutines.ConfigureMinOsVersionTaskKt.access$getDistribution(ConfigureMinOsVersionTask.kt:1)
        at co.touchlab.skie.plugin.coroutines.ConfigureMinOsVersionTask.runTask(ConfigureMinOsVersionTask.kt:25)
f
Hi! SKIE does not support 1.9.20-RC so there is unfortunately no way to fix it. (We are working on support for 1.9.20.)
j
Ok, thanks
221 Views