Skip to content

Outdated Android native Kotlin version. #7

@ArcticWarmth

Description

@ArcticWarmth

The following error is printed when building for Android. The recommended fix should be looked into after Week Zero

Warning: Flutter support for your project's Kotlin version (1.8.22) will soon be dropped. Please upgrade your Kotlin version to a version of at least 2.1.0 soon.
Alternatively, use the flag "--android-skip-build-dependency-validation" to bypass this check.

Potential fix: Your project's KGP version is typically defined in the plugins block of the `settings.gradle` file (/home/arctic/Documents/Code/CluckScout/android/settings.gradle), by a plugin with the id of org.jetbrains.kotlin.android. 
If you don't see a plugins block, your project was likely created with an older template version, in which case it is most likely defined in the top-level build.gradle file (/home/arctic/Documents/Code/CluckScout/android/build.gradle) by the ext.kotlin_version property.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions