Apparence-io / CamerAwesome

📸 Embedding a camera experience within your own app shouldn't be that hard. A flutter plugin to integrate awesome Android / iOS camera experience.
https://ApparenceKit.dev
MIT License
910 stars 199 forks source link

obsolete kotlin version #425

Open joaquingrech opened 6 months ago

joaquingrech commented 6 months ago

if you add the package to a new flutter package on android studio by default it won't compile with a bunch of errors like this:

A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable

Duplicate class kotlin.collections.jdk8.CollectionsJDK8Kt found in modules jetified-kotlin-stdlib-1.8.22 (org.jetbrains.kotlin:kotlin-stdlib:1.8.22) and jetified-kotlin-stdlib-jdk8-1.7.10 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10)

I can add ext.kotlin_version = '1.8.10' to the build.gradle but maybe it should be specified on the doc that this version is required or it won't work

kauemurakami commented 6 months ago

same problem here