Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only safe (?.) or non-null asserted (!!.) calls are allowed on a null #70

Closed
romweb opened this issue Mar 28, 2021 · 3 comments · Fixed by #148
Closed

Only safe (?.) or non-null asserted (!!.) calls are allowed on a null #70

romweb opened this issue Mar 28, 2021 · 3 comments · Fixed by #148

Comments

@romweb
Copy link

romweb commented Mar 28, 2021

I have build error in new ver 0.3.1:

image

ext {
    buildToolsVersion = '29.0.2'
    minSdkVersion = 21
    compileSdkVersion = 29
    targetSdkVersion = 29
    kotlin_version = '1.3.50'
}
@mateusz1913
Copy link
Contributor

I guess that was fixed with #73. @Naturalclar ?

@Naturalclar
Copy link
Member

@romweb thanks for raising the issue! This should be fixed on the latest version. Could you try it out?

@brentvatne
Copy link

brentvatne commented May 14, 2021

this continues to be an issue on projects using kotlin 1.4+ :) actually looking into this more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants