Skip to content

Commit d7d7031

Browse files
authored
Merge pull request #6 from sagnik150699/codex/fix-kotlin-android-plugin-issue
Fix Kotlin plugin ID for Android build
2 parents 4b8a196 + fb6fa6a commit d7d7031

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

android/app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
id "com.android.application"
3-
id "kotlin-android"
3+
// Updated plugin id to match settings.gradle
4+
id "org.jetbrains.kotlin.android"
45
id "dev.flutter.flutter-gradle-plugin"
56
}
67

0 commit comments

Comments
 (0)