skip to Main Content

Android dependency not issue in Flutter Plugin

I am creating a flutter pluggin for a native sdk. So I added the android dependency in the plugin/android/build.gradle file like this android { if (project.android.hasProperty("namespace")) { namespace = "com.xxxxxxx.xxxxxx_sdk" } compileSdk = 34 compileOptions { sourceCompatibility = JavaVersion.VERSION_1_8 targetCompatibility…

VIEW QUESTION

Error with Kotlin version for Flutter application

I have the below error with my Flutter application. Running Gradle task 'assembleDebug'... 35.5s [!] Your project requires a newer version of the Kotlin Gradle plugin. Find the latest version on https://kotlinlang.org/docs/releases.html#release-details, then update the version number of the plugin…

VIEW QUESTION
Back To Top
Search