Open solonovamax opened 4 months ago
nvm, they need to be added as a group, not an option, so all that code there is useless.
however, the issue still applies.
nvm part two, it does work, but it can only be used on rootOptions
.
also there's some weird generics issue with the builder inference, so just remove it lol nvm, the issue has to do with using lambdas. idfk what it is.
Currently, there is no kotlin DSL for list options.
Here is a very quick implementation I made of that (in my implementation I had to use reflection to grab the
groupKey
, but that's only bc I don't have access to your private api)