Desktop Window (WIP)

This commit is contained in:
2024-06-14 06:00:29 +02:00
parent 98c4d27741
commit 6384a65cbb
13 changed files with 818 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ kotlin {
implementation(compose.ui)
implementation(compose.components.resources)
implementation(compose.components.uiToolingPreview)
implementation(libs.compose.ui.text.googlefonts)
}
desktopMain.dependencies {
implementation(compose.desktop.currentOs)