admin管理员组文章数量:1026653
I coudn't find any information how ca I do that, I've tried to use the config from package but doesn't wordk. Any idea how can I do that? Please see my files:
My settings.gradle:
...
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.2.1" apply false
id "com.google.gms.google-services" version "4.3.15" apply false
id "org.jetbrains.kotlin.android" version "2.0.0" apply false
}
include ":app"
And my app/build.gradle:
id "com.android.application"
id 'com.google.gms.google-services'
id "kotlin-android"
id "dev.flutter.flutter-gradle-plugin"
}
android {
namespace = "br.site10consultoria.bettao"
compileSdk = 35
ndkVersion = flutter.ndkVersion
compileOptions {
coreLibraryDesugaringEnabled true
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
...
I coudn't find any information how ca I do that, I've tried to use the config from package but doesn't wordk. Any idea how can I do that? Please see my files:
My settings.gradle:
...
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.2.1" apply false
id "com.google.gms.google-services" version "4.3.15" apply false
id "org.jetbrains.kotlin.android" version "2.0.0" apply false
}
include ":app"
And my app/build.gradle:
id "com.android.application"
id 'com.google.gms.google-services'
id "kotlin-android"
id "dev.flutter.flutter-gradle-plugin"
}
android {
namespace = "br.site10consultoria.bettao"
compileSdk = 35
ndkVersion = flutter.ndkVersion
compileOptions {
coreLibraryDesugaringEnabled true
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
...
本文标签:
版权声明:本文标题:flutter local notification - How to enable core library desugaring to be enabled for flutter_local_notifications for new declara 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1735944014a1363740.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论