mirror of
https://github.com/InsanusMokrassar/TelegramBotApiLibraries.git
synced 2025-09-12 20:00:06 +00:00
remove android targets in all modules due to the fact that currently there is no any android-specific code there
This commit is contained in:
3
cache/admins/common/build.gradle
vendored
3
cache/admins/common/build.gradle
vendored
@@ -1,10 +1,9 @@
|
||||
plugins {
|
||||
id "org.jetbrains.kotlin.multiplatform"
|
||||
id "org.jetbrains.kotlin.plugin.serialization"
|
||||
id "com.android.library"
|
||||
}
|
||||
|
||||
apply from: "$mppProjectWithSerializationPresetPath"
|
||||
apply from: "$mppJavaWithJsProjectPath"
|
||||
|
||||
kotlin {
|
||||
sourceSets {
|
||||
|
3
cache/admins/micro_utils/build.gradle
vendored
3
cache/admins/micro_utils/build.gradle
vendored
@@ -1,10 +1,9 @@
|
||||
plugins {
|
||||
id "org.jetbrains.kotlin.multiplatform"
|
||||
id "org.jetbrains.kotlin.plugin.serialization"
|
||||
id "com.android.library"
|
||||
}
|
||||
|
||||
apply from: "$mppProjectWithSerializationPresetPath"
|
||||
apply from: "$mppJavaWithJsProjectPath"
|
||||
|
||||
kotlin {
|
||||
sourceSets {
|
||||
|
3
cache/admins/plagubot/build.gradle
vendored
3
cache/admins/plagubot/build.gradle
vendored
@@ -1,10 +1,9 @@
|
||||
plugins {
|
||||
id "org.jetbrains.kotlin.multiplatform"
|
||||
id "org.jetbrains.kotlin.plugin.serialization"
|
||||
id "com.android.library"
|
||||
}
|
||||
|
||||
apply from: "$mppProjectWithSerializationPresetPath"
|
||||
apply from: "$mppJavaWithJsProjectPath"
|
||||
|
||||
kotlin {
|
||||
sourceSets {
|
||||
|
3
cache/content/common/build.gradle
vendored
3
cache/content/common/build.gradle
vendored
@@ -1,10 +1,9 @@
|
||||
plugins {
|
||||
id "org.jetbrains.kotlin.multiplatform"
|
||||
id "org.jetbrains.kotlin.plugin.serialization"
|
||||
id "com.android.library"
|
||||
}
|
||||
|
||||
apply from: "$mppProjectWithSerializationPresetPath"
|
||||
apply from: "$mppJavaWithJsProjectPath"
|
||||
|
||||
kotlin {
|
||||
sourceSets {
|
||||
|
3
cache/content/micro_utils/build.gradle
vendored
3
cache/content/micro_utils/build.gradle
vendored
@@ -1,10 +1,9 @@
|
||||
plugins {
|
||||
id "org.jetbrains.kotlin.multiplatform"
|
||||
id "org.jetbrains.kotlin.plugin.serialization"
|
||||
id "com.android.library"
|
||||
}
|
||||
|
||||
apply from: "$mppProjectWithSerializationPresetPath"
|
||||
apply from: "$mppJavaWithJsProjectPath"
|
||||
|
||||
kotlin {
|
||||
sourceSets {
|
||||
|
Reference in New Issue
Block a user