question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[ImagePicker] compileDebugKotlin fails if kotlinVersion in build.gradle is set to 1.3.50

See original GitHub issue

With 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

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Sheharyar566commented, Feb 23, 2021

I’m at image-picker 10.0.0, and the error still occurs

0reactions
renanbronchartcommented, May 6, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found