mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Move to compose.desktop.currentOs
This commit is contained in:
@@ -47,7 +47,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
implementation("org.jetbrains.jcef:jcef-skiko:0.1")
|
||||
implementation(compose.desktop.all)
|
||||
implementation(compose.desktop.currentOs)
|
||||
}
|
||||
|
||||
tasks.withType<KotlinCompile>().configureEach {
|
||||
|
||||
@@ -8,7 +8,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(compose.desktop.all)
|
||||
implementation(compose.desktop.currentOs)
|
||||
implementation(project(":common"))
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(compose.desktop.all)
|
||||
implementation(compose.desktop.currentOs)
|
||||
implementation(project(":common"))
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(compose.desktop.all)
|
||||
implementation(compose.desktop.currentOs)
|
||||
implementation(project(":common:utils"))
|
||||
implementation(project(":common:database"))
|
||||
implementation(project(":common:root"))
|
||||
|
||||
@@ -12,7 +12,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(compose.desktop.all)
|
||||
implementation(compose.desktop.currentOs)
|
||||
}
|
||||
|
||||
application {
|
||||
|
||||
@@ -8,10 +8,10 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(compose.desktop.all)
|
||||
implementation(compose.desktop.currentOs)
|
||||
implementation(project(":common"))
|
||||
}
|
||||
|
||||
application {
|
||||
mainClassName = "MainKt"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -52,7 +52,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(compose.desktop.all)
|
||||
implementation(compose.desktop.currentOs)
|
||||
}
|
||||
|
||||
application {
|
||||
|
||||
Reference in New Issue
Block a user