kobweb
kobweb copied to clipboard
Use Gradle @Nested annotation?
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?