application

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

Deprecated

Use adwApplication instead

Replace with

import io.github.compose4gtk.adw.adwApplication
adwApplication(appId, args) { content() }