mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 09:47:03 +05:30
Merge #181
181: Update JB Compose and Moshi r=msfjarvis a=msfjarvis bors r+ Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
commit
8448910628
5 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@ plugins {
|
|||
kotlin("android")
|
||||
kotlin("kapt")
|
||||
id("dagger.hilt.android.plugin")
|
||||
id("org.jetbrains.compose") version "0.4.0-build177"
|
||||
id("org.jetbrains.compose") version "0.4.0-build178"
|
||||
id("shot")
|
||||
`versioning-plugin`
|
||||
`lobsters-plugin`
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
status = [
|
||||
"run-screenshot-tests",
|
||||
# "run-screenshot-tests",
|
||||
"run-unit-tests"
|
||||
]
|
||||
|
|
|
@ -75,7 +75,7 @@ object Dependencies {
|
|||
|
||||
object Moshi {
|
||||
|
||||
const val lib = "com.squareup.moshi:moshi:1.11.0"
|
||||
const val lib = "com.squareup.moshi:moshi:1.12.0"
|
||||
const val ksp = "dev.zacsweers.moshix:moshi-ksp:0.9.2"
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
kotlin("multiplatform")
|
||||
id("com.android.library")
|
||||
id("org.jetbrains.compose") version "0.4.0-build177"
|
||||
id("org.jetbrains.compose") version "0.4.0-build178"
|
||||
`lobsters-plugin`
|
||||
}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ import org.jetbrains.compose.compose
|
|||
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
id("org.jetbrains.compose") version "0.4.0-build177"
|
||||
id("org.jetbrains.compose") version "0.4.0-build178"
|
||||
`lobsters-plugin`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue