Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class file has wrong version 61.0, should be 55.0 #362

Open
dostalleos opened this issue Nov 1, 2023 · 1 comment
Open

Class file has wrong version 61.0, should be 55.0 #362

dostalleos opened this issue Nov 1, 2023 · 1 comment

Comments

@dostalleos
Copy link

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.

@vinaygaba
Copy link
Collaborator

I'm not sure what this error is related to. Fwiw, this library also uses Java 17 - https://github.com/airbnb/Showkase/blob/master/showkase/build.gradle#L26

Open to ideas/fixes if someone wants to take a stab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants