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 52ebc72 commit 2ca7648Copy full SHA for 2ca7648
cargokit/gradle/plugin.gradle
@@ -123,7 +123,7 @@ class CargoKitPlugin implements Plugin<Project> {
123
124
// Same thing addFlutterDependencies does in flutter.gradle
125
if (buildType == "debug") {
126
- platforms.add("android-x86")
+ // platforms.add("android-x86")
127
platforms.add("android-x64")
128
}
129
0 commit comments