KAPT Dependencies

Kotlin and Android Development featuring Jetpack — by Michael Fazio (123 / 125)

--

👈 Implementation Dependencies | TOC | Test Dependencies 👉

This is the Kotlin annotation processing dependency. We’ve only got one (for Room), so this is a short section.

Room KAPT

Adds Room-specific Kotlin annotation processing to the app.

​ kapt ​"androidx.room:room-compiler:$room_version"​
  • Book version: 2.3.0-beta01
  • Apps: Android Baseball League, Penny Drop

👈 Implementation Dependencies | TOC | Test Dependencies 👉

Kotlin and Android Development featuring Jetpack by Michael Fazio can be purchased in other book formats directly from the Pragmatic Programmers. If you notice a code error or formatting mistake, please let us know here so that we can fix it.

--

--

The Pragmatic Programmers
The Pragmatic Programmers

We create timely, practical books and learning resources on classic and cutting-edge topics to help you practice your craft and accelerate your career.