all: reorganize some composables

This commit is contained in:
Harsh Shandilya 2022-06-27 22:42:19 +05:30
parent 6aff88774b
commit b282e47213
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
14 changed files with 56 additions and 52 deletions

View file

@ -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 {