web

fun web(action: Action<in KiteSsotWebExtension>)

Configure optional browser Kotlin/JS source generation.


Browser Kotlin/JS options. wasmJs and Node-only targets are unsupported. See KiteSsotWebExtension. Accessed as kiteSsot { web { generateIoWorker = true } }. Created as a child extension by KiteSsotPlugin.apply for the same reason as ios / android.