0

My project uses the following sintax for kapt

plugins {
    id("com.android.application")
    id("kotlin-android")
    id("kotlin-kapt")
    ... 
}

but recently I've seen documentation using

plugins {
    id("com.android.application")
    id("kotlin-android")
    kotlin("kapt")
    ... 
}

Is it the same? is it something that requires recent versions of gradle? (from which one)

htafoya
  • 18,261
  • 11
  • 80
  • 104

0 Answers0