Hello everyone. I updated my project to use the la...
# compose
f
Hello everyone. I updated my project to use the laster version of libraries but now I am getting error to build for iOS
Copy code
> Task :composeApp:compileKotlinIosSimulatorArm64 FAILED
error: Compilation failed: No such value argument slot in IrCallImpl: 0 (total=0)

 * Source files: .........
 * Compiler version: 2.0.0
 * Output kind: LIBRARY

error: java.lang.AssertionError: No such value argument slot in IrCallImpl: 0 (total=0)
Copy code
kotlin = "2.0.0"
compose = "1.6.10"
agp = "8.2.2"
androidx-activityCompose = "1.9.0"
androidx-uiTest = "1.6.7"
kotlinx-coroutines = "1.8.1"
kable = "0.31.1"
kermit = "2.0.0-RC5"
settings = "1.0.0"
serialization-json = "1.7.0-RC"
decompose = "3.0.0"
mvikotlin = "4.0.0"
essenty = "2.0.0"
accompanist = "0.30.1"
version of my libraries, works fine to android build
z
Might try #compose-ios in the future
s
I also have this error and have no idea how to fix it
f
Hello @Sergey I downgrade koltin to 1.9.24 version and I saw that some actual functions was missing in iosMain
👍 1
The version 2.0.0 do not show this error
s
@Francis Mariano ty so much, your advice helped a lot