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

NoClassDefFound when used as a peer dependency in Android project #31

Open
seniorjoinu opened this issue Sep 16, 2020 · 0 comments
Open

Comments

@seniorjoinu
Copy link

I have a library that depends on better-parse.
When I use this library in Android project, it doesn't build.
The library has a lot of other dependencies - they don't cause any problems. And also better-parse is not exposed to the project - all calls are wrapped in my library.

Exception in thread "main" java.lang.NoClassDefFoundError: com/github/h0tk3y/betterParse/grammar/Grammar

The library: https://github.com/seniorjoinu/candid-kt
The project: https://github.com/seniorjoinu/candid-kt-example

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

1 participant