KSTypeArgument.type should not have been null crash during KSP processing with star projections · Issue #2426 · google/ksp · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the KSP task for a Kotlin module, I encountered a crash with the message:
KSTypeArgument.type should not have been null, please file a bug. STAR null
This happened during the :favorite_feature:kspDebugKotlin task.
Environment:
Kotlin version: 2.0.21
KSP version: 2.1.20 -2.0.0
The text was updated successfully, but these errors were encountered:
I’ve found the solution the issue was caused by applying the Hilt plugin in a Dynamic Feature Module, which is not supported. I removed the plugin and just used implementation and kapt for the dependencies.
When running the KSP task for a Kotlin module, I encountered a crash with the message:
KSTypeArgument.type should not have been null, please file a bug. STAR null
This happened during the :favorite_feature:kspDebugKotlin task.
Environment:
The text was updated successfully, but these errors were encountered: