Skip to content

Commit 4b8a196

Browse files
authored
Merge pull request #5 from sagnik150699/rcihvx-codex/fix-kotlin-android-plugin-issue-in-build.gradle
Fix Kotlin plugin resolution
2 parents 0de880e + 7f0d204 commit 4b8a196

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ pluginManagement {
1313
plugins {
1414
id "dev.flutter.flutter-gradle-plugin" version "1.0.0" apply false
1515
id "dev.flutter.flutter-plugin-loader" version "1.0.0" apply false
16+
id "org.jetbrains.kotlin.android" version "1.9.25" apply false
1617
}
1718
}
1819

0 commit comments

Comments
 (0)