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
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
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
The text was updated successfully, but these errors were encountered: