mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
desktop: add Aurora dependencies
This commit is contained in:
parent
43f441ded9
commit
5e9bdd2a1b
3 changed files with 13 additions and 2 deletions
|
@ -16,6 +16,9 @@ kotlin {
|
|||
val jvmMain by getting {
|
||||
dependencies {
|
||||
implementation(projects.common)
|
||||
implementation(libs.aurora.component)
|
||||
implementation(libs.aurora.skin)
|
||||
implementation(libs.aurora.window)
|
||||
implementation(compose.desktop.currentOs)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue