application
fun application(appId: String, args: Array<String>, content: @Composable ApplicationScope.() -> Unit)
Deprecated
Use adwApplication instead
Replace with
import io.github.compose4gtk.adw.adwApplication
Content copied to clipboard
adwApplication(appId, args) { content() }
Content copied to clipboard