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

Support for @ExperimentalAnimationApi annotation #176

Closed
FelipeRRM opened this issue Sep 22, 2021 · 6 comments
Closed

Support for @ExperimentalAnimationApi annotation #176

FelipeRRM opened this issue Sep 22, 2021 · 6 comments

Comments

@FelipeRRM
Copy link

When using @ExperimentalAnimationApi, the project doesn't build as the functions generated by Showkase are not annotated with it

image

image

Am I missing something or is there anything I should enable to have support for this?

@vinaygaba
Copy link
Collaborator

Thanks for flagging this! I'll see what I can do about this!

@vinaygaba
Copy link
Collaborator

Temporary fix will be to add this flag as a compiler option in your project and that should hopefully stop this issue from happening - https://stackoverflow.com/questions/53787542/how-to-set-xuse-experimental-kotlin-experimental-in-intellij

@vinaygaba
Copy link
Collaborator

Does adding the compiler option fix the issue for you? @FelipeRRM

@vinaygaba
Copy link
Collaborator

Closing as I think this can be fixed on your end. Let me know if you'd like more pointers!

@saharvx9
Copy link

Temporary fix will be to add this flag as a compiler option in your project and that should hopefully stop this issue from happening - https://stackoverflow.com/questions/53787542/how-to-set-xuse-experimental-kotlin-experimental-in-intellij

not working :(

@tomjegan
Copy link

@saharvx9 I've found that using @OptIn(ExperimentalMaterialApi::class) seems to resolve this now?

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

4 participants