mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 14:27:02 +05:30
all: reformat with ktfmt google style
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
8448910628
commit
db07a12be5
54 changed files with 496 additions and 656 deletions
|
@ -5,9 +5,7 @@ plugins {
|
|||
`lobsters-plugin`
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
|
||||
}
|
||||
repositories { maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") }
|
||||
|
||||
// workaround for https://youtrack.jetbrains.com/issue/KT-43944
|
||||
android {
|
||||
|
@ -40,23 +38,11 @@ kotlin {
|
|||
}
|
||||
}
|
||||
|
||||
val jvmMain by getting {
|
||||
dependencies {
|
||||
implementation(compose.runtime)
|
||||
}
|
||||
}
|
||||
val jvmMain by getting { dependencies { implementation(compose.runtime) } }
|
||||
|
||||
val androidTest by getting {
|
||||
dependencies {
|
||||
implementation(kotlin("test-junit"))
|
||||
}
|
||||
}
|
||||
val androidTest by getting { dependencies { implementation(kotlin("test-junit")) } }
|
||||
|
||||
val jvmTest by getting {
|
||||
dependencies {
|
||||
implementation(kotlin("test-junit"))
|
||||
}
|
||||
}
|
||||
val jvmTest by getting { dependencies { implementation(kotlin("test-junit")) } }
|
||||
|
||||
val commonTest by getting {
|
||||
dependencies {
|
||||
|
@ -68,9 +54,7 @@ kotlin {
|
|||
}
|
||||
|
||||
android {
|
||||
buildFeatures {
|
||||
androidResources = true
|
||||
}
|
||||
buildFeatures { androidResources = true }
|
||||
|
||||
sourceSets {
|
||||
named("main") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue