touchlab / SKIE

SKIE - Swift Kotlin Interface Enhancer
https://skie.touchlab.co/
Apache License 2.0
734 stars 8 forks source link

issue in xcode 16 #121

Open DidarSeyidov opened 5 hours ago

DidarSeyidov commented 5 hours ago

Could not resolve co.touchlab.skie:kotlin-compiler-linker-plugin-kgp_2.0.20:0.9.3.

TadeasKriz commented 5 hours ago

Hi @DidarSeyidov, please share more information, without it we can't really debug this and help you.

DidarSeyidov commented 4 hours ago

I just updated my kotlin and ksp version from 2..0.20 to 2.0.21, and skie version to 0.9.3. So when I build my project in xcode it arised above issue. Before that everything has worked perfectly

TadeasKriz commented 4 hours ago

What SKIE version have you used before?

DidarSeyidov commented 4 hours ago

0.9.2 with skie.kgpVersion=2.0.20 in gradle.properties

TadeasKriz commented 3 hours ago

Could you try running a link Gradle task with --refresh-dependencies? https://central.sonatype.com/artifact/co.touchlab.skie/kotlin-compiler-linker-plugin-kgp_2.0.20 says that artifact should be available. If it still doesn't work, please run it with --info and share the log.