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