using kotlin 1.1.3-2 today and when building my pr...
# android
a
using kotlin 1.1.3-2 today and when building my project the Android Studio start to complain:
Copy code
kotlin.jvm.internal.FunctionReference.<init>(ILjava/lang/Object;)V
any way to fix?
k
1.1.3-2 is actually pretty stable. Perhaps you should do a clean build
f
I got same issue, you can try this
Copy code
apply plugin: "kotlin-kapt"
a
I tried kapt and it's resolve, thanks stackoverflow and fred 😉