hello, after upgrading my project to kotlin 1.2.30...
# android
s
hello, after upgrading my project to kotlin 1.2.30 and changing the kotlin library in gradle to use
org.jetbrains.kotlin:kotlin-stdlib-jdk7
instead of
org.jetbrains.kotlin:kotlin-stdlib-jre7
i get this error
Copy code
Error:Execution failed for task ':app:compileDebugJavaWithJavac'.
> app: Original kapt is deprecated. Please add "apply plugin: 'kotlin-kapt'" to your build.gradle.