application

fun application(appId: String, args: Array<String>, content: @Composable ApplicationScope.() -> Unit)

Deprecated

Use gtkApplication instead

Replace with

import io.github.gardencompose.gtk.gtkApplication
gtkApplication(appId, args) { content() }