Skip to content

Commit 350a761

Browse files
authored
Remove extraneous org.jetbrains.kotlin:kotlin-stdlib-jdk7 gradle dep (#104028)
1 parent d50b5a0 commit 350a761

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/flutter_tools/templates/plugin/android-kotlin.tmpl/build.gradle.tmpl

-4
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,3 @@ android {
4444
minSdkVersion {{minSdkVersion}}
4545
}
4646
}
47-
48-
dependencies {
49-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
50-
}

0 commit comments

Comments
 (0)