globals

abstract val globals: MapProperty<String, String>(source)

A collection of key / value pairs which will be made available within your Kobweb app via AppGlobals.

This is a useful place to save constant values that describe your app, like a version value or build timestamp.

See also: com.varabyte.kobweb.core.AppGlobals.