Package-level declarations

Types

Link copied to clipboard
@DisableCachingByDefault(because = "Trivial output, not worth caching.")
abstract class KobwebGenerateModuleMetadataTask : KobwebTask
Link copied to clipboard
@DisableCachingByDefault(because = "Base task; up to children to decide caching strategy for themselves.")
abstract class KobwebTask @Inject constructor(desc: String) : DefaultTask

Minimal base class for ensuring that the current task is grouped consistently with other Kobweb tasks.