kobweb icon indicating copy to clipboard operation
kobweb copied to clipboard

Use Gradle @Nested annotation?

Open bitspittle opened this issue 3 years ago • 0 comments

Kobweb's Gradle blocks are nested, e.g.

kobweb {
   index { ... }
}

kobwebx {
   markdown { ... }
}

We're doing this manually right now using nested ExtensionAware.create calls but I just learned about the @Nested annotation. Maybe that can clean up the code a bit?

bitspittle avatar Feb 14 '22 23:02 bitspittle