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
is there any chance that support for KSP will be implemented in EventBus at all? We would like to migrate one of our projects to Kotlin 2.x, where the use of KSP is now mandatory and kapt has been put into maintenance mode (see https://kotlinlang.org/docs/kapt.html)
Also, the use of kapt plugins is considered experimental when using the new K2 compiler, which would force us to skip a major improvement of the new Kotlin version...
For ObjectBox there was discussion about using the X Processing library from Google to enable support for both Java and Kotlin annotation processing. objectbox/objectbox-java#1075
Just to clarify for others (correct me if I'm wrong): using KSP is not mandatory, but recommended. kapt continues to work. kapt will not receive new features, but is still maintained.
Suggestions to improve the build speed: use KSP 1.0 (Kotlin Symbol Processing) instead of kapt to shorten the build time
The text was updated successfully, but these errors were encountered: