Skip to content Skip to sidebar Skip to footer
Showing posts with the label Kapt

Databinding Annotation Processor Kapt Warning

In my app module's build.gradle, I have added dependencies { kapt('com.android.databinding… Read more Databinding Annotation Processor Kapt Warning

Kapt3: Java.io.file Cannot Be Cast To Java.lang.string

There is an exception when using apply plugin: 'kotlin-kapt' and running Gradle to build my… Read more Kapt3: Java.io.file Cannot Be Cast To Java.lang.string

After Adding Kapt Plugin - A Failure Occurred While Executing Org.jetbrains.kotlin.gradle.internal.kaptexecution

First of all, I'm pretty much aware that a lot of questions on this error had been posted alrea… Read more After Adding Kapt Plugin - A Failure Occurred While Executing Org.jetbrains.kotlin.gradle.internal.kaptexecution