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
The List.first() function is clashing with something in Gradle and it's causing the build gradle not to compile. It seems to be this issue and I can confirm that changing it to firstOrNull()!! fixes it
The text was updated successfully, but these errors were encountered:
The List.first() function is clashing with something in Gradle and it's causing the build gradle not to compile. It seems to be this issue and I can confirm that changing it to
firstOrNull()!!
fixes itThe text was updated successfully, but these errors were encountered: