[ImagePicker] compileDebugKotlin fails if kotlinVersion in build.gradle is set to 1.3.50
See original GitHub issueWith error Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type String?
Which is odd since this is the default version to fallback too in the expo code

Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Error:Execution failed for task ':app:compileDebugKotlin ...
I got such error after a simple try of code refactoring. It has happened nor after some library was connected neither any changes...
Read more >e: incompatible classes were found in dependencies. remove ...
it seems like a build or gradle setting error. Any thought of how to fix it? [ +1 ms] e: Incompatible classes were...
Read more >Gradle | Kotlin
Gradle is a build system that helps to automate and manage your building process. It downloads required dependencies, packages your code, and ...
Read more >[Solved] Your project requires a newer version of the kotlin ...
If you are getting "your project requires a newer version of the kotlin gradle plugin" error while running your Flutter app, see the...
Read more >Kotlin version conflict when using Kotlin Gradle plugins in pre ...
0") } and in the pre-compiled script plugin I do plugins { kotlin("js") } . But when I now try to run the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m at image-picker 10.0.0, and the error still occurs
I had the same error with image-picker 10.0 I update my build.gradle with this classpath :
classpath(“com.android.tools.build:gradle:3.6.3”)
From 3.5.3 to 3.6.3