mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +05:30
all: reorganize some composables
This commit is contained in:
parent
6aff88774b
commit
b282e47213
14 changed files with 56 additions and 52 deletions
|
@ -15,10 +15,8 @@ android {
|
|||
|
||||
dependencies {
|
||||
testImplementation(kotlin("test-junit"))
|
||||
testImplementation(projects.android)
|
||||
testImplementation(libs.kotlinx.datetime)
|
||||
testImplementation(projects.common)
|
||||
testImplementation(projects.model)
|
||||
testImplementation(projects.database)
|
||||
}
|
||||
|
||||
tasks.withType<Test>().configureEach {
|
||||
|
|
|
@ -2,10 +2,10 @@ package dev.msfjarvis.claw.android.tests
|
|||
|
||||
import androidx.compose.material3.MaterialTheme
|
||||
import app.cash.paparazzi.Paparazzi
|
||||
import dev.msfjarvis.claw.android.ui.decorations.MonthHeader
|
||||
import dev.msfjarvis.claw.common.theme.DarkThemeColors
|
||||
import dev.msfjarvis.claw.common.theme.LightThemeColors
|
||||
import java.time.Month
|
||||
import dev.msfjarvis.claw.common.ui.decorations.MonthHeader
|
||||
import kotlinx.datetime.Month
|
||||
import org.junit.Rule
|
||||
import org.junit.Test
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue