You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: