yes kapt via gradle will generate that. But until ...
# arrow
n
yes kapt via gradle will generate that. But until that extension method
eq()
is generated for your
User
class (
User.eq()
), the code won't compile. So while its not very clear in the documentation, I found that
kaptKotlin
is an pre-requisite for being able to use the required/expected extension methods.