Hristijan
03/21/2025, 10:06 AMcompose-plugin = "1.8.0-beta01"
androidx-navigation = "2.9.0-alpha15"
androidx-navigation-material = "1.8.0-beta01"
kotlin = "2.1.20"
ksp = "2.1.20-1.0.31"
i could not build my CMP app on iOS, i’m met with this error, check 🧵Hristijan
03/21/2025, 10:06 AMKonstantin Tskhovrebov
03/21/2025, 10:08 AMkotlin.native.cacheKind=none
Hristijan
03/21/2025, 10:11 AMHristijan
03/22/2025, 9:56 AMMatthias Reither
03/27/2025, 10:52 PMKonstantin Tskhovrebov
03/28/2025, 9:04 AMHristijan
04/10/2025, 4:59 PM1.8.0-beta02
😞 only iOS can’t compile, same errorKonstantin Tskhovrebov
04/10/2025, 6:31 PMHristijan
04/10/2025, 6:49 PMKonstantin Tskhovrebov
04/10/2025, 7:02 PMHristijan
04/10/2025, 7:28 PMKonstantin Tskhovrebov
04/11/2025, 8:23 AMHristijan
04/11/2025, 10:36 AMHristijan
04/11/2025, 10:45 AMKonstantin Tskhovrebov
04/11/2025, 11:55 AM./gradlew :app:dependencies > out.txt
Konstantin Tskhovrebov
04/11/2025, 11:56 AMHristijan
04/11/2025, 11:57 AMKonstantin Tskhovrebov
04/11/2025, 11:58 AMHristijan
04/11/2025, 11:59 AMHristijan
04/11/2025, 12:00 PMHristijan
04/14/2025, 8:23 AMandroidx-navigation = "2.8.0-alpha12"
androidx-navigation-material = "1.7.0-beta02"
compose-plugin = "1.7.3"
Ekaterina Zaitseva
04/14/2025, 8:58 AM2.1.20-RC3
or newer according to this task?Hristijan
04/14/2025, 8:59 AM2.1.20
will check it, is there a matching KSP version for 2.1.20-RC3
that i should be also using?Ekaterina Zaitseva
04/14/2025, 9:05 AMHristijan
04/14/2025, 9:12 AMHristijan
04/14/2025, 9:13 AMkotlin = "2.1.20"
ksp = "2.1.20-2.0.0"
same errorEkaterina Zaitseva
04/14/2025, 9:18 AM2.1.20-RC3
Kotlin, right? You mentioned 2.1.20 above
And with kotlin.native.cacheKind=none
?Hristijan
04/14/2025, 9:32 AMHristijan
04/19/2025, 1:44 PMMatthias Reither
04/24/2025, 12:57 AMkotlin.native.cacheKind=none
kotlin = "2.1.20"
compose = "1.8.0-beta02"
androidx-navigation = "2.9.0-alpha16"
androidx-lifecycle = "2.9.0-alpha06"
This was my final working configurationHristijan
04/26/2025, 7:47 PMMatthias Reither
04/27/2025, 10:04 AM