I'm just bootstrapping a new project, is kapt scop...
# arrow
i
I'm just bootstrapping a new project, is kapt scoped dependency (
io.arrow-kt:arrow-annotations-processor:0.6.1
) really needed or is
Basic Setup
in https://github.com/arrow-kt/arrow outdated, my project seems to compile ok without it, but if I put it there then kapt plugin is needed, I don't plan using @higherkind, @deriving or meta programming atm, just Either for starters