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
In version 3.6.0, multiple public non-final classes were converted to Kotlin without the open qualifier, effectively making them final. Was this intentional? This is causing issues with updating to this version.
The text was updated successfully, but these errors were encountered:
Hello!
In version 3.6.0, multiple public non-final classes were converted to Kotlin without the
open
qualifier, effectively making them final. Was this intentional? This is causing issues with updating to this version.The text was updated successfully, but these errors were encountered: