Eugene Lukash
Eugene Lukash
@niuhf0452 Thank you for raising this! I just don't know if this is possible, don't have enough experience with Kotlin tooling. Naively, I can think of having pure java annotated...
for now, there are no updates on this, sorry. Basically, we need a volunteer to figure out what needs to be done and propose a solution or contribute a PR
I'll take a look, but this should not be a problem, as `OneAndTwoAndThree` implements `One`, `Two` and `Three` if you pass it to `.from()` it will be picked by any...
that's a valuable clue, thank you! hope to return to this soon to fix it
Thank you for the feature request! I like the idea, and also was researching something like that. Need to think a bit about annotation/structure.
So in order to summarize, what's needed here? * Generate interfaces for builder initializers * Implement those in generated builders * Should `build()` method be in those interfaces (with covariant...
probably yes, meaning that all interfaces would be auto-generated and all `implements` on builders would include those
Hi, thank you for the interest! I've just read a bit about KSP and it seems that it's completely new API, for Kotlin only. We cannot easily "migrate" or update...
Thank you for reporting this! On one hand, this should be fixed (we probably had this fixed at some point, but after some recent changes it might have regressed. It...
these `WithValueObject` are generated automatically when you trying to implement it, like you type it while it doesn't exist, then recompile and it will appear generated in the package. `@Style.typeWith`...