So if you are using Kapt in 1.0.4-EAP, instead of ...
# eap
k
So if you are using Kapt in 1.0.4-EAP, instead of
Copy code
kapt {
    generateStubs = true
}
you just put
Copy code
apply plugin: 'kotlin-kapt’
?