File tree Expand file tree Collapse file tree
main/kotlin/net/thunderbird/feature/thundermail/ui
test/kotlin/net/thunderbird/feature/thundermail/ui
src/main/kotlin/net/thunderbird/feature/thundermail/thunderbird/inject
src/main/kotlin/net/thunderbird/feature/thundermail/thunderbird/inject Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
2- id(ThunderbirdPlugins .Library .kmpCompose)
3- alias(libs.plugins.dev.mokkery)
2+ id(ThunderbirdPlugins .Library .androidCompose)
43}
54
6- kotlin {
7- android {
8- namespace = " net.thunderbird.feature.thundermail "
9- androidResources.enable = true
10- withHostTest {
5+ android {
6+ namespace = " net.thunderbird.feature.thundermail "
7+
8+ testOptions {
9+ unitTests {
1110 isIncludeAndroidResources = true
1211 }
1312 }
14- sourceSets {
15- commonMain.dependencies {
16- implementation(projects.core.featureflag)
17- implementation(projects.core.ui.compose.theme2.common)
18- implementation(libs.jetbrains.compose.components.resources)
19- }
20- }
2113}
2214
23- compose.resources {
24- publicResClass = false
25- packageOfResClass = " net.thunderbird.feature.thundermail.resources"
15+ dependencies {
16+ implementation(projects.core.featureflag)
17+ implementation(projects.core.ui.compose.theme2.common)
18+ implementation(libs.jetbrains.compose.components.resources)
2619}
2720
2821codeCoverage {
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11plugins {
2- id(ThunderbirdPlugins .Library .kmpCompose)
3- alias(libs.plugins.dev.mokkery)
2+ id(ThunderbirdPlugins .Library .androidCompose)
43}
54
6- kotlin {
7- android {
8- namespace = " net.thunderbird.feature.thundermail.k9mail "
9- androidResources.enable = true
10- withHostTest {
5+ android {
6+ namespace = " net.thunderbird.feature.thundermail.k9mail "
7+
8+ testOptions {
9+ unitTests {
1110 isIncludeAndroidResources = true
1211 }
1312 }
14- sourceSets {
15- commonMain.dependencies {
16- implementation(projects.feature.thundermail.api)
17- }
18- }
1913}
2014
21- compose.resources {
22- publicResClass = false
23- packageOfResClass = " net.thunderbird.feature.thundermail.k9mail.resources"
15+ dependencies {
16+ implementation(projects.feature.thundermail.api)
2417}
2518
2619codeCoverage {
File renamed without changes.
Original file line number Diff line number Diff line change 11plugins {
2- id(ThunderbirdPlugins .Library .kmpCompose)
3- alias(libs.plugins.dev.mokkery)
2+ id(ThunderbirdPlugins .Library .androidCompose)
43}
54
6- kotlin {
7- android {
8- namespace = " net.thunderbird.feature.thundermail.thunderbird"
9- androidResources.enable = true
10- withHostTest {
5+ android {
6+ namespace = " net.thunderbird.feature.thundermail.thunderbird"
7+ testOptions {
8+ unitTests {
119 isIncludeAndroidResources = true
1210 }
1311 }
14- sourceSets {
15- commonMain.dependencies {
16- implementation(projects.feature.thundermail.api)
17- implementation(projects.core.ui.compose.theme2.common)
18- }
19- }
2012}
2113
22- compose.resources {
23- publicResClass = false
24- packageOfResClass = " net.thunderbird.feature.thundermail.thunderbird.resources "
14+ dependencies {
15+ implementation(projects.feature.thundermail.api)
16+ implementation(projects.core.ui.compose.theme2.common)
2517}
2618
2719codeCoverage {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments