SKIE icon indicating copy to clipboard operation
SKIE copied to clipboard

iOS app never finishes building with SKIE 0.7.0

Open jarg-147 opened this issue 9 months ago • 0 comments

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): Screenshot 2024-05-15 at 16 56 28

Building iOS app with SKIE 0.6.4 (9 seconds): Screenshot 2024-05-15 at 16 57 02

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 in gradle.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 🙂

jarg-147 avatar May 15 '24 15:05 jarg-147