Replies: 2 comments 2 replies
-
Are you using a Git submodule for Readium? If not, you should not use Even with a submodule, you need to add the dependencies to your project with the full name: dependencies {
implementation "org.readium.kotlin-toolkit:readium-shared:$readium_version"
implementation "org.readium.kotlin-toolkit:readium-streamer:$readium_version"
implementation "org.readium.kotlin-toolkit:readium-navigator:$readium_version"
implementation "org.readium.kotlin-toolkit:readium-opds:$readium_version"
implementation "org.readium.kotlin-toolkit:readium-lcp:$readium_version"
} |
Beta Was this translation helpful? Give feedback.
1 reply
-
|--my-app Dear Sir, is it possible to call test-app's BookshelfViewModel to open epub in my-app? e.g. my-app/app/main_activity.java , Thank you! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i added includeBuild 'kotlin-toolkit' in settings.gradle. Is it need to add implementation in build.gradle? i try implementation project(':kotlin-toolkit') or implementation ':kotlin-toolkit' , all are fail. How to use it ? Many Thanks!
Beta Was this translation helpful? Give feedback.
All reactions