Repo created
This commit is contained in:
parent
a629de6271
commit
3cef7c5092
2161 changed files with 246605 additions and 2 deletions
85
settings.gradle.kts
Normal file
85
settings.gradle.kts
Normal file
|
|
@ -0,0 +1,85 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven(url = "https://jitpack.io")
|
||||
}
|
||||
}
|
||||
|
||||
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||||
|
||||
rootProject.name = "k-9"
|
||||
|
||||
includeBuild("build-plugin")
|
||||
|
||||
include(
|
||||
":app-ui-catalog",
|
||||
)
|
||||
|
||||
include(
|
||||
":app:k9mail",
|
||||
":app:ui:base",
|
||||
":app:ui:legacy",
|
||||
":app:ui:message-list-widget",
|
||||
":app:core",
|
||||
":app:storage",
|
||||
":app:crypto-openpgp",
|
||||
":app:testing",
|
||||
":app:autodiscovery:api",
|
||||
":app:autodiscovery:providersxml",
|
||||
":app:autodiscovery:srvrecords",
|
||||
":app:autodiscovery:thunderbird",
|
||||
":app:html-cleaner",
|
||||
)
|
||||
|
||||
include(
|
||||
":feature:onboarding",
|
||||
)
|
||||
|
||||
include(
|
||||
":core:common",
|
||||
":core:testing",
|
||||
":core:android:common",
|
||||
":core:ui:compose:common",
|
||||
":core:ui:compose:designsystem",
|
||||
":core:ui:compose:theme",
|
||||
":core:ui:compose:testing",
|
||||
)
|
||||
|
||||
include(
|
||||
":ui-utils:LinearLayoutManager",
|
||||
":ui-utils:ItemTouchHelper",
|
||||
":ui-utils:ToolbarBottomSheet",
|
||||
)
|
||||
|
||||
include(
|
||||
":mail:common",
|
||||
":mail:testing",
|
||||
":mail:protocols:imap",
|
||||
":mail:protocols:pop3",
|
||||
":mail:protocols:webdav",
|
||||
":mail:protocols:smtp",
|
||||
)
|
||||
|
||||
include(
|
||||
":backend:api",
|
||||
":backend:testing",
|
||||
":backend:imap",
|
||||
":backend:pop3",
|
||||
":backend:webdav",
|
||||
":backend:jmap",
|
||||
":backend:demo",
|
||||
)
|
||||
|
||||
include(":plugins:openpgp-api-lib:openpgp-api")
|
||||
|
||||
include(":cli:html-cleaner-cli")
|
||||
Loading…
Add table
Add a link
Reference in a new issue