ralf
11/14/2024, 4:32 AMkspAndroidAndroidTest
. Where is this name coming from? Can I derive this name from something? For now I’m iterating over all Kotlin targets with this pattern
"ksp${target.name.capitalize()}"
Ting-Yuan Huang
11/14/2024, 10:12 PMcompile
by ksp
of the compilation tasks, which in turn are mostly prepending compile
to the source set and variant names with a few exceptions.