https://kotlinlang.org logo
Title
v

vyacheslav.gerasimov

04/12/2017, 1:33 PM
@aballano This issue should be fixed in 1.1.2 eap https://youtrack.jetbrains.com/issue/KT-12769
a

aballano

04/12/2017, 1:34 PM
thanks, but i'm not using spaces in android instrumentation methods 😞
only in unit tests
v

vyacheslav.gerasimov

04/12/2017, 1:36 PM
I think for unit tests it is fixed too, did you try 1.1.2-eap-69?
a

aballano

04/12/2017, 1:38 PM
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

vyacheslav.gerasimov

04/12/2017, 2:42 PM
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

aballano

04/12/2017, 2:52 PM
sure, i will 🙂
👍 1
Found the issue, we forgot to use the
apply plugin: 'kotlin-kapt'
and apparently it was using kapt1 😕
🤦
r

ralf

04/12/2017, 4:09 PM
Ah, makes sense, we’re also using kapt1, works fine for us