Kotlin Annotation Processing Tool. What is it? When to use it? Let’s learn about this Android tool.
It has been three years since Kotlin was introduced to the Android world. Like many other programming languages, annotations are a needed and powerful tool, but surprisingly Kotlin was not compatible with Java’s Annotation Processing Tools. So let’s dive into what is KAPT for Android.
#programming #kotlin