mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
common: run spotless
This commit is contained in:
parent
80a985bf2d
commit
ba1ae16e87
3 changed files with 18 additions and 25 deletions
|
@ -37,11 +37,7 @@ kotlin {
|
|||
}
|
||||
}
|
||||
val androidTest by getting { dependsOn(androidAndroidTestRelease) }
|
||||
val desktopMain by getting {
|
||||
dependencies {
|
||||
implementation(libs.kamel.image)
|
||||
}
|
||||
}
|
||||
val desktopMain by getting { dependencies { implementation(libs.kamel.image) } }
|
||||
val desktopTest by getting
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue