KobwebBlock
A gradle block used for initializing values that configure a Kobweb project.
This class also exposes a handful of methods useful for querying the project.
Types
Properties
Link copied to clipboard
The root package of all apis.
Link copied to clipboard
The path to the root where all generated content will be written to by default, relative to the project build directory.
Link copied to clipboard
The KSP processor dependency that should be applied to the project, in string dependency notation.
Link copied to clipboard
The root package of all pages.
Link copied to clipboard
The path of public resources inside the project's resources folder, e.g. "public" -> "src/jsMain/resources/public"
Link copied to clipboard