Kotlin Multiplatform Playground Document Help

iOSApp.swift

This is the entry point of the iOS application.

import SwiftUI @main struct iOSApp: App { var body: some Scene { WindowGroup { ContentView() } } }
Last modified: 06 March 2024