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
kapt is in maintenance mode. We are keeping it up-to-date with recent Kotlin and Java releases but have no plans to implement new features. Please use the Kotlin Symbol Processing API (KSP) for annotation processing.
Kapt is being replaced with KSP now.
From Kotlin official documentation:
Though, the official implementation of AutoService for KSP is not available yet (KSP Implementation of AutoService).
Please migrate to KSP when the official implementation is ready, or use a non-official one when it is mature enough.
The text was updated successfully, but these errors were encountered: