Skip to content

Instantly share code, notes, and snippets.

@TheFlipside
TheFlipside / app-build.gradle
Created September 12, 2025 04:46 — forked from JEuler/app-build.gradle
Flutter Android 16KB Setup Gist
// app/build.gradle
plugins {
id 'com.android.application'
// Use modern Kotlin Android plugin ID aligned with settings.gradle
id 'org.jetbrains.kotlin.android'
id 'dev.flutter.flutter-gradle-plugin'
}
...