Hello :android-wave: Another K2 question here. Inf...
# ksp
c
Hello 👋 Another K2 question here. Info can be found here. Issues with language level 2.0 and KSP
j
KSP should still run with K2 compiler as KSP task is a separate task from the main compilation.
c
@Jiaxiang Hmm yeah, not sure if this is related but that error message only came up after I used this flag
-Xuse-fir-lt=false
(disabling light tree mode) which I needed to use for my kotlin scripts to compile
Ah... luckily the module I use custom kotlin scripts and KSP dont coincide so I was just able to exclude the compiler arg from the module that uses KSP. My mistake 😅
j
When I was checking what that flag is for I found it says this flag is far from production ready.
c
Ah didn't see that, compiler just suggested to disable flag for kotlinscript. Going to just go back to K1 for now anyways 😅 Thanks Edit: Also think flag you found was
Xuse-fir-ic
which looks really similar but different 😛