Remove explicit dependency on Kotlin's standard library
This commit is contained in:
parent
21cbc14c89
commit
5444d8be3a
21 changed files with 0 additions and 42 deletions
|
@ -2,8 +2,6 @@ apply plugin: 'com.android.library'
|
|||
apply plugin: 'org.jetbrains.kotlin.android'
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
|
||||
|
||||
implementation project(":app:core")
|
||||
}
|
||||
|
||||
|
|
|
@ -2,8 +2,6 @@ apply plugin: 'com.android.library'
|
|||
apply plugin: 'org.jetbrains.kotlin.android'
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
|
||||
|
||||
implementation project(":app:core")
|
||||
implementation project(":mail:common")
|
||||
implementation project(":app:autodiscovery:api")
|
||||
|
|
|
@ -2,8 +2,6 @@ apply plugin: 'com.android.library'
|
|||
apply plugin: 'org.jetbrains.kotlin.android'
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
|
||||
|
||||
implementation project(":app:core")
|
||||
implementation project(":mail:common")
|
||||
implementation project(":app:autodiscovery:api")
|
||||
|
|
|
@ -2,8 +2,6 @@ apply plugin: 'com.android.library'
|
|||
apply plugin: 'org.jetbrains.kotlin.android'
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
|
||||
|
||||
implementation project(":app:core")
|
||||
implementation project(":mail:common")
|
||||
implementation project(":app:autodiscovery:api")
|
||||
|
|
|
@ -3,8 +3,6 @@ apply plugin: 'org.jetbrains.kotlin.android'
|
|||
apply plugin: 'org.jetbrains.kotlin.plugin.parcelize'
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
|
||||
|
||||
api project(":mail:common")
|
||||
api project(":backend:api")
|
||||
|
||||
|
|
|
@ -2,8 +2,6 @@ apply plugin: 'com.android.library'
|
|||
apply plugin: 'org.jetbrains.kotlin.android'
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
|
||||
|
||||
implementation project(":app:core")
|
||||
|
||||
testImplementation "junit:junit:${versions.junit}"
|
||||
|
|
|
@ -7,8 +7,6 @@ if (rootProject.testCoverage) {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
|
||||
|
||||
implementation project(":app:ui:legacy")
|
||||
implementation project(":app:core")
|
||||
implementation project(":app:storage")
|
||||
|
|
|
@ -6,8 +6,6 @@ if (rootProject.testCoverage) {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
|
||||
|
||||
implementation project(":app:ui:legacy")
|
||||
implementation project(":app:core")
|
||||
implementation project(":app:storage")
|
||||
|
|
|
@ -2,8 +2,6 @@ apply plugin: 'com.android.library'
|
|||
apply plugin: 'org.jetbrains.kotlin.android'
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
|
||||
|
||||
api "org.koin:koin-core:${versions.koin}"
|
||||
|
||||
implementation project(":app:core")
|
||||
|
|
|
@ -2,8 +2,6 @@ apply plugin: 'com.android.library'
|
|||
apply plugin: 'org.jetbrains.kotlin.android'
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
|
||||
|
||||
implementation project(':app:core')
|
||||
|
||||
api "junit:junit:${versions.junit}"
|
||||
|
|
|
@ -2,8 +2,6 @@ apply plugin: 'com.android.library'
|
|||
apply plugin: 'org.jetbrains.kotlin.android'
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
|
||||
|
||||
implementation project(":app:core")
|
||||
|
||||
api "androidx.appcompat:appcompat:${versions.androidxAppCompat}"
|
||||
|
|
|
@ -3,8 +3,6 @@ apply plugin: 'org.jetbrains.kotlin.android'
|
|||
apply plugin: 'org.jetbrains.kotlin.plugin.parcelize'
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
|
||||
|
||||
api project(":app:ui:base")
|
||||
debugImplementation project(":app:ui:setup")
|
||||
implementation project(":app:core")
|
||||
|
|
|
@ -2,8 +2,6 @@ apply plugin: 'com.android.library'
|
|||
apply plugin: 'org.jetbrains.kotlin.android'
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
|
||||
|
||||
api project(":app:ui:base")
|
||||
implementation project(":app:core")
|
||||
implementation project(":app:autodiscovery:api")
|
||||
|
|
|
@ -3,8 +3,6 @@ apply plugin: 'org.jetbrains.kotlin.android'
|
|||
|
||||
dependencies {
|
||||
api project(":mail:common")
|
||||
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
|
@ -6,8 +6,6 @@ if (rootProject.testCoverage) {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
|
||||
|
||||
api project(":backend:api")
|
||||
api project(":mail:protocols:imap")
|
||||
api project(":mail:protocols:smtp")
|
||||
|
|
|
@ -7,8 +7,6 @@ if (rootProject.testCoverage) {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
|
||||
|
||||
api project(":backend:api")
|
||||
|
||||
api "com.squareup.okhttp3:okhttp:${versions.okhttp}"
|
||||
|
|
|
@ -6,8 +6,6 @@ if (rootProject.testCoverage) {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
|
||||
|
||||
api project(":backend:api")
|
||||
api project(":mail:protocols:pop3")
|
||||
api project(":mail:protocols:smtp")
|
||||
|
|
|
@ -6,8 +6,6 @@ if (rootProject.testCoverage) {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
|
||||
|
||||
api project(":backend:api")
|
||||
api project(":mail:protocols:webdav")
|
||||
|
||||
|
|
|
@ -6,8 +6,6 @@ if (rootProject.testCoverage) {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
|
||||
|
||||
implementation "org.apache.james:apache-mime4j-core:${versions.mime4j}"
|
||||
implementation "org.apache.james:apache-mime4j-dom:${versions.mime4j}"
|
||||
implementation "com.squareup.okio:okio:${versions.okio}"
|
||||
|
|
|
@ -6,8 +6,6 @@ if (rootProject.testCoverage) {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
|
||||
|
||||
api project(":mail:common")
|
||||
|
||||
implementation "com.jcraft:jzlib:1.0.7"
|
||||
|
|
|
@ -2,8 +2,6 @@ apply plugin: 'com.android.library'
|
|||
apply plugin: 'org.jetbrains.kotlin.android'
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
|
||||
|
||||
api project(":mail:common")
|
||||
|
||||
api "com.squareup.okio:okio:${versions.okio}"
|
||||
|
|
Loading…
Reference in a new issue