Skip to content

Commit

Permalink
Add paparazzi
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 10, 2024
1 parent b700f10 commit 70d50f2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ plugins {
alias(libs.plugins.kotlin.android) apply false
alias(libs.plugins.ksp) apply false
alias(libs.plugins.sqldelight) apply false
alias(libs.plugins.paparazzi) apply false
alias(libs.plugins.spotless) apply false
}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package com.greenmiststudios.common.components.screens

class ListsScreenTest
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ public actual class DriverFactory {
extendedConfig = DatabaseConfiguration.Extended(foreignKeyConstraints = true)
)
},
name = "tidy.db")
maxReaderConnections = 4,
name = "tidy.db"
)
}
}
1 change: 1 addition & 0 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins {
alias(libs.plugins.kotlin.multiplatform)
alias(libs.plugins.android.application)
alias(libs.plugins.compose)
alias(libs.plugins.paparazzi)
alias(libs.plugins.spotless)
}

Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ koin = "3.5.3"
voyager = "1.0.0"
sqldelight = "2.0.1"
androidx-compose = "1.5.4"
paparazzi = "1.3.1"
android-compileSdk = "34"
android-targetSdk = "34"
android-minSdk = "24"
Expand All @@ -20,6 +21,7 @@ compose = { id = "org.jetbrains.compose", version.ref = "compose" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version = "2.0.0-Beta1-1.0.15" }
paparazzi = { id = "app.cash.paparazzi", version.ref = "paparazzi" }
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
spotless = { id = "com.diffplug.spotless", version = "6.23.3" }

Expand Down

0 comments on commit 70d50f2

Please sign in to comment.