We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf03ed commit e0aee53Copy full SHA for e0aee53
components/support/error/android/build.gradle
@@ -22,6 +22,8 @@ plugins {
22
alias libs.plugins.python.envs.plugin
23
}
24
25
+apply plugin: 'kotlinx-serialization'
26
+
27
apply from: "$appServicesRootDir/build-scripts/component-common.gradle"
28
apply from: "$appServicesRootDir/publish.gradle"
29
0 commit comments