We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25bfb02 commit 2623d2eCopy full SHA for 2623d2e
2 files changed
feature/mail/message/composer/build.gradle.kts
@@ -0,0 +1,14 @@
1
+plugins {
2
+ id(ThunderbirdPlugins.Library.androidCompose)
3
+ alias(libs.plugins.dev.mokkery)
4
+}
5
+
6
+android {
7
+ namespace = "net.thunderbird.feature.mail.message.composer"
8
9
10
+dependencies {
11
+ implementation(projects.core.ui.compose.designsystem)
12
+ implementation(projects.core.ui.theme.api)
13
+ implementation(projects.feature.notification.api)
14
settings.gradle.kts
@@ -97,6 +97,7 @@ include(
97
include(
98
":feature:mail:account:api",
99
":feature:mail:folder:api",
100
+ ":feature:mail:message:composer",
101
":feature:mail:message:list",
102
)
103
0 commit comments