SKIE
SKIE copied to clipboard
iOS app never finishes building with SKIE 0.7.0
Questions:
What is the problem?
I added KSP to my project in order to use Room Multiplatform, and I noticed that the iOS app never finishes building when using SKIE 0.7.0
Building iOS app with SKIE 0.7.0 (never finishes building):
Building iOS app with SKIE 0.6.4 (9 seconds):
When does the problem occur?
During iOS build
How do we reproduce the issue?
I have created a test repository so you can reproduce it:
https://github.com/jarg-147/SKIE_KSP_Test
Gradle plugins in shared module:
alias(libs.plugins.skie.working)
alias(libs.plugins.skie.notworking)
What has changed since the last time SKIE worked in your project?
- Add KSP plugin
- Add Room dependencies
- Upgrading SKIE version to 0.7.0
- Add
kotlin.native.disableCompilerDaemon = true
ingradle.properties
(Required by Room Multiplatform)
What versions of SKIE, Kotlin, and Gradle do you use?
SKIE: 0.6.4 - 0.7.0 Kotlin: 1.9.23
Please, let me know if I'm doing something wrong.
For the moment, I will continue using SKIE 0.6.4 🙂