mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 17:36:59 +01:00
Removes unused kotlin serialization
This commit is contained in:
@@ -24,7 +24,6 @@ plugins {
|
|||||||
id 'com.android.library' version '8.2.2' apply false
|
id 'com.android.library' version '8.2.2' apply false
|
||||||
id 'org.jetbrains.kotlin.android' version '1.9.22' apply false
|
id 'org.jetbrains.kotlin.android' version '1.9.22' apply false
|
||||||
id 'org.jetbrains.kotlin.jvm' version '1.9.22' apply false
|
id 'org.jetbrains.kotlin.jvm' version '1.9.22' apply false
|
||||||
id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.22' apply false
|
|
||||||
id 'androidx.benchmark' version '1.2.3' apply false
|
id 'androidx.benchmark' version '1.2.3' apply false
|
||||||
id 'com.diffplug.spotless' version '6.25.0' apply false
|
id 'com.diffplug.spotless' version '6.25.0' apply false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'com.android.library'
|
id 'com.android.library'
|
||||||
id 'org.jetbrains.kotlin.android'
|
id 'org.jetbrains.kotlin.android'
|
||||||
id 'org.jetbrains.kotlin.plugin.serialization'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|||||||
Reference in New Issue
Block a user