From e5dbcd25ddfe90b198a31de04cd96db60a7a159c Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Mon, 23 Nov 2020 17:27:52 +0600 Subject: [PATCH] remove kotlin android extensions --- android/recyclerview/build.gradle | 1 - common/build.gradle | 1 - coroutines/build.gradle | 1 - dokka/build.gradle | 3 +-- gradle.properties | 2 +- ktor/client/build.gradle | 1 - ktor/common/build.gradle | 1 - mime_types/build.gradle | 1 - pagination/common/build.gradle | 1 - pagination/ktor/common/build.gradle | 1 - repos/common/build.gradle | 1 - repos/inmemory/build.gradle | 1 - repos/ktor/client/build.gradle | 1 - repos/ktor/common/build.gradle | 1 - 14 files changed, 2 insertions(+), 15 deletions(-) diff --git a/android/recyclerview/build.gradle b/android/recyclerview/build.gradle index c130272d88d..e0ca77546ee 100644 --- a/android/recyclerview/build.gradle +++ b/android/recyclerview/build.gradle @@ -2,7 +2,6 @@ plugins { id "org.jetbrains.kotlin.multiplatform" id "org.jetbrains.kotlin.plugin.serialization" id "com.android.library" - id "kotlin-android-extensions" } apply from: "$mppAndroidProjectPresetPath" diff --git a/common/build.gradle b/common/build.gradle index 2ab8e52cd06..7c54502f100 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -2,7 +2,6 @@ plugins { id "org.jetbrains.kotlin.multiplatform" id "org.jetbrains.kotlin.plugin.serialization" id "com.android.library" - id "kotlin-android-extensions" } apply from: "$mppProjectWithSerializationPresetPath" diff --git a/coroutines/build.gradle b/coroutines/build.gradle index 19bbfe5aaac..1db1b17ee79 100644 --- a/coroutines/build.gradle +++ b/coroutines/build.gradle @@ -2,7 +2,6 @@ plugins { id "org.jetbrains.kotlin.multiplatform" id "org.jetbrains.kotlin.plugin.serialization" id "com.android.library" - id "kotlin-android-extensions" } apply from: "$mppProjectWithSerializationPresetPath" diff --git a/dokka/build.gradle b/dokka/build.gradle index fee10660b29..ab597192177 100644 --- a/dokka/build.gradle +++ b/dokka/build.gradle @@ -2,8 +2,7 @@ plugins { id "org.jetbrains.kotlin.multiplatform" id "org.jetbrains.kotlin.plugin.serialization" id "com.android.library" - id "kotlin-android-extensions" - id "org.jetbrains.dokka" +id "org.jetbrains.dokka" } repositories { diff --git a/gradle.properties b/gradle.properties index a09a73d1708..7e25e2c12df 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ kotlin.incremental=true kotlin.incremental.js=true android.useAndroidX=true android.enableJetifier=true -org.gradle.jvmargs=-Xmx3072m +org.gradle.jvmargs=-Xmx2048m kotlin_version=1.4.20 kotlin_coroutines_version=1.4.1 diff --git a/ktor/client/build.gradle b/ktor/client/build.gradle index 6983e6f63b4..7b24b0efa3f 100644 --- a/ktor/client/build.gradle +++ b/ktor/client/build.gradle @@ -2,7 +2,6 @@ plugins { id "org.jetbrains.kotlin.multiplatform" id "org.jetbrains.kotlin.plugin.serialization" id "com.android.library" - id "kotlin-android-extensions" } apply from: "$mppProjectWithSerializationPresetPath" diff --git a/ktor/common/build.gradle b/ktor/common/build.gradle index 3413a1a4877..64cbbd21ac2 100644 --- a/ktor/common/build.gradle +++ b/ktor/common/build.gradle @@ -2,7 +2,6 @@ plugins { id "org.jetbrains.kotlin.multiplatform" id "org.jetbrains.kotlin.plugin.serialization" id "com.android.library" - id "kotlin-android-extensions" } apply from: "$mppProjectWithSerializationPresetPath" diff --git a/mime_types/build.gradle b/mime_types/build.gradle index 2ab8e52cd06..7c54502f100 100644 --- a/mime_types/build.gradle +++ b/mime_types/build.gradle @@ -2,7 +2,6 @@ plugins { id "org.jetbrains.kotlin.multiplatform" id "org.jetbrains.kotlin.plugin.serialization" id "com.android.library" - id "kotlin-android-extensions" } apply from: "$mppProjectWithSerializationPresetPath" diff --git a/pagination/common/build.gradle b/pagination/common/build.gradle index 2ab8e52cd06..7c54502f100 100644 --- a/pagination/common/build.gradle +++ b/pagination/common/build.gradle @@ -2,7 +2,6 @@ plugins { id "org.jetbrains.kotlin.multiplatform" id "org.jetbrains.kotlin.plugin.serialization" id "com.android.library" - id "kotlin-android-extensions" } apply from: "$mppProjectWithSerializationPresetPath" diff --git a/pagination/ktor/common/build.gradle b/pagination/ktor/common/build.gradle index 18c9967a1ab..9eb226de884 100644 --- a/pagination/ktor/common/build.gradle +++ b/pagination/ktor/common/build.gradle @@ -2,7 +2,6 @@ plugins { id "org.jetbrains.kotlin.multiplatform" id "org.jetbrains.kotlin.plugin.serialization" id "com.android.library" - id "kotlin-android-extensions" } apply from: "$mppProjectWithSerializationPresetPath" diff --git a/repos/common/build.gradle b/repos/common/build.gradle index e78548f9238..cd8a5615d26 100644 --- a/repos/common/build.gradle +++ b/repos/common/build.gradle @@ -2,7 +2,6 @@ plugins { id "org.jetbrains.kotlin.multiplatform" id "org.jetbrains.kotlin.plugin.serialization" id "com.android.library" - id "kotlin-android-extensions" } apply from: "$mppProjectWithSerializationPresetPath" diff --git a/repos/inmemory/build.gradle b/repos/inmemory/build.gradle index 2e766c6966f..01f0a6f24ea 100644 --- a/repos/inmemory/build.gradle +++ b/repos/inmemory/build.gradle @@ -2,7 +2,6 @@ plugins { id "org.jetbrains.kotlin.multiplatform" id "org.jetbrains.kotlin.plugin.serialization" id "com.android.library" - id "kotlin-android-extensions" } apply from: "$mppProjectWithSerializationPresetPath" diff --git a/repos/ktor/client/build.gradle b/repos/ktor/client/build.gradle index 30fea42d54c..9d6e599d90c 100644 --- a/repos/ktor/client/build.gradle +++ b/repos/ktor/client/build.gradle @@ -2,7 +2,6 @@ plugins { id "org.jetbrains.kotlin.multiplatform" id "org.jetbrains.kotlin.plugin.serialization" id "com.android.library" - id "kotlin-android-extensions" } apply from: "$mppProjectWithSerializationPresetPath" diff --git a/repos/ktor/common/build.gradle b/repos/ktor/common/build.gradle index 7449b67d2fb..1881ecbcc12 100644 --- a/repos/ktor/common/build.gradle +++ b/repos/ktor/common/build.gradle @@ -2,7 +2,6 @@ plugins { id "org.jetbrains.kotlin.multiplatform" id "org.jetbrains.kotlin.plugin.serialization" id "com.android.library" - id "kotlin-android-extensions" } apply from: "$mppProjectWithSerializationPresetPath"