build(connector): add material3 support

This commit is contained in:
Anthony 2024-04-01 00:21:23 +02:00
parent 89451ba849
commit 0f4e4f4877

View File

@ -23,6 +23,7 @@ kotlin {
} }
desktopMain.dependencies { desktopMain.dependencies {
implementation(compose.desktop.currentOs) implementation(compose.desktop.currentOs)
implementation("org.jetbrains.compose.material3:material3-desktop:1.6.1")
} }
} }
} }