RedApparat / Fotoapparat

Making Camera for Android more friendly. 📸
Apache License 2.0
3.81k stars 405 forks source link

package kotlin.Unit does not exist #402

Open DogandElk opened 4 years ago

DogandElk commented 4 years ago

What are you trying to achieve or the steps to reproduce?

I am in the process of updating an Android app to the latest version of Android.

I have updated all the dependencies including fotoapparat.

We are running the latest version of Android Studio 10 and Kotlin 1.3.72

I can clean the project but when I attempt to build the project I receive a fatal error: package kotlin does not exist and I notice that the import statement

import kotlin.Unit; has the Unit in red

#