applying Flutter's app_plugin_loader Gradle plugin deprecated Warning.

preview_player
Показать описание
In this video will learn how to resolve this warning .

app/gradle
plugins {
id "kotlin-android"
}

pluginManagement {
def flutterSdkPath = {
def properties = new Properties()
return flutterSdkPath
}

repositories {
google()
mavenCentral()
gradlePluginPortal()
}

plugins {
}
}

plugins {
}

include ":app"
Рекомендации по теме
Комментарии
Автор

Plugin [id: 'com.android.application', version: '7.3.0', apply: false] was not found in any of the following sources:
bro it show this error

call_me_naseem