Hi! What is the current status of IDE support? <ht...
# ksp
n
Hi! What is the current status of IDE support? https://github.com/google/ksp/issues/37 Do i understand it correctly that indexing of generated sources requires an IDE plugin, but 1. You cannot access required extension point because there is no published dependency (?) 2. Current kapt plugin is bundled with Kotlin plugin. Creating a plugin for KSP implies that people would need to install it separately.
j
Not sure what is the reason ksp is not adding the sources generated via Gradle as a default behavior instead of suggesting to the consumer doing that, but I would like to know it 🙂
z
Nikita is understanding correctly that true IDE support is limited by the lack of published dependencies. As far as adding them manually in gradle - even that can be troublesome and Anvil had issues making it work for a long time
n
@Jiaxiang So you plan to build a standalone IDE plugin for indexing, but it's now limited by the lack of published dependencies. Is it correct?