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
Este problema se arregla por el compilador se debe agregar la siguiente linea de codigo en kotlinOptions
freeCompilerArgs = ['-Xjvm-default=compatibility']
Quedando de la siguiente manera kotlinOptions { jvmTarget = '1.8' freeCompilerArgs = ['-Xjvm-default=compatibility'] }
I'm receiving the following error on the youtube_overlay.performListener
Inheritance from an interface with '@JvmDefault' members is only allowed with -Xjvm-default option
The text was updated successfully, but these errors were encountered: