Connect with us

Code

Kotlin Symbol Processing API – Kotlin for compiler plugins

Kotlin Symbol Processing (KSP) is an API that you can use to develop lightweight compiler plugins. KSP provides a simplified compiler plugin API that leverages the power of Kotlin while keeping the learning curve at a minimum. Compared to KAPT, annotation processors that use KSP can run up to 2x faster.

KSP Overview

Kotlin Symbol Processing API on GitHub: https://github.com/google/ksp
Web-site: https://kotlinlang.org/docs/ksp-overview.html
Platform: Android
⭐️: 1.7K
Advertisement

Trending