mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue