https://kotlinlang.org logo
Title
s

SrSouza

03/17/2023, 1:44 AM
Why does
kotlin.native.cacheKind=none
is required for Compose iOS projects? What is the currently limitations and should we expect to be able to use any type of compilation caching in Compose iOS?
x

xxfast

03/17/2023, 5:19 AM
there's a few different issues that has this workaround
this seem to happen consistently when you switch target device on xcode, not sure why though
o

Oleksandr Karpovich [JB]

03/17/2023, 7:24 AM
It seems that cache stored the symbols before compose made its transformations (that's the conclusion from the error messages: it tried to find a symbol that was transformed by compose, but cache? doesn't contain it). Therefore it can't work with cache for now. We'll try to fix this, but no timeline can be promised for now.