Package-level declarations

Functions

Link copied to clipboard
fun KotlinMultiplatformExtension.configAsKobwebApplication(moduleName: String? = null, includeServer: Boolean = false, jsTargetName: String = "js", jvmTargetName: String = "jvm")

Convenience method for configuring a kotlin block with initialization boilerplate used by Kobweb applications.

Link copied to clipboard
fun KotlinJsTargetDsl.kobwebApplicationBrowser(kobwebName: String? = null)

Handle registering a JS browser target for this module (configured for a Kobweb application).

Link copied to clipboard
fun KotlinJvmTarget.kobwebServerJar(kobwebName: String? = null)

Create a fat jar for use by a Kobweb server.

Link copied to clipboard