I can't make the tschuchortdev/<kotlin-compile-tes...
# ksp
m
I can't make the tschuchortdev/kotlin-compile-testing library work with ksp. The files are generated and I can find them using this technique, but they don't seem to be compiled. So I tried to use a double compilation technique, but the second compilation fails with Unresolved references to both my own types and regular kotlin types, like
kotlinx.coroutines.flow.Flow
(everything works fine in kapt of course). Is it working for anyone?
ok, seems like
inheritClassPath = true
in the second
KotlinCompilation
helps