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 d762ce9 commit 30651bbCopy full SHA for 30651bb
android/app/build.gradle
@@ -3,11 +3,6 @@ plugins {
3
id "kotlin-android"
4
id "dev.flutter.flutter-gradle-plugin"
5
}
6
-kotlin {
7
- androidExtensions {
8
- experimental = true
9
- }
10
-}
11
12
def localProperties = new Properties()
13
def localPropertiesFile = rootProject.file('local.properties')
android/build.gradle
@@ -6,8 +6,8 @@ buildscript {
dependencies {
- classpath 'com.android.tools.build:gradle:7.0.0'
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
+ classpath 'com.android.tools.build:gradle:7.3.0'
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
0 commit comments