Will Kotlin Native in a future version support inc...
# kotlin-native
j
Will Kotlin Native in a future version support incremental compilation? One of the drawbacks at the moment is long compilation times when projects get bigger. We have some work arounds for it but a performance increase in compilation speed is a welcome addition.
b
This is just my opinion, but looking at the work being done for new IR compiler backend for other platforms looks like the end goal is mostly the same compilation flow for all platforms, which in turn should enable incremental compilation.
s
Will Kotlin Native in a future version support incremental compilation?
Yes, but no specific ETA.