<@U0DHVHB5W> This issue should be fixed in 1.1.2 e...
# android
v
@aballano This issue should be fixed in 1.1.2 eap https://youtrack.jetbrains.com/issue/KT-12769
a
thanks, but i'm not using spaces in android instrumentation methods 😞
only in unit tests
v
I think for unit tests it is fixed too, did you try 1.1.2-eap-69?
a
i will 🙂
so basically I'll not use Kapt for now and wait for a future release to try again
bad news for our butterknife usage, but for the rest seems fine
thanks anyway!
v
Could you create an issue about your problems with butterknife http://kotl.in/issue ? The problem you are referencing is fixed long time ago
a
sure, i will 🙂
👍 1
Found the issue, we forgot to use the
apply plugin: 'kotlin-kapt'
and apparently it was using kapt1 😕
facepalm
r
Ah, makes sense, we’re also using kapt1, works fine for us