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
If I update the SDK from 1.0.0-beta18 to 1.0.1 or 1.0.2 I get several errors on compile time.
Here is the log:
error: cannot access ShowkaseComposable
import com.airbnb.android.showkase.annotation.ShowkaseComposable;
class file has wrong version 61.0, should be 55.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
I found out that it's connected to the Java version. I'm using Java 17.
Do you have any idea how to resolve this? Thank you in advance.
The text was updated successfully, but these errors were encountered:
If I update the SDK from
1.0.0-beta18
to1.0.1
or1.0.2
I get several errors on compile time.Here is the log:
I found out that it's connected to the Java version. I'm using Java 17.
Do you have any idea how to resolve this? Thank you in advance.
The text was updated successfully, but these errors were encountered: