question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Library module support

See original GitHub issue

Currently if I use auto-bundle both at library module and app module, there will be multiple AutoBundleBindingDispathcer, which will cause the build fail:

Error:Execution failed for task ':app:transformClassesWithJarMergingForDevDebug'.
> com.android.build.api.transform.TransformException: java.util.zip.ZipException: 
duplicate entry: com/yatatsu/autobundle/AutoBundleBindingDispatcher.class

FragmentArgs support library module, but when using it in library module, we need to call the fragment-specific builder’s injectArguments method, call FragmentArgs.inject doesn’t work, that’s not a bad idea, could auto-bundle add this feature too?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
yatatsucommented, Jan 17, 2017

Thanks, I will do it in a few days.

0reactions
shingohucommented, Apr 24, 2017

Thanks!😁😁

Read more comments on GitHub >

github_iconTop Results From Across the Web

Minimal module support for the standard library - open-std.org
Standard-library modules can help and I conjecture that the benefits in code hygiene and fast compiles of modules also scale. The standard ...
Read more >
Support Library Packages - Android Developers
The Android Support Library contains several library packages that can be included in your application. Each of these libraries supports a specific range...
Read more >
C++ 23 to introduce module support - InfoWorld
Starting with the standard library, modules promise to improve both compilation speed and how C++ developers organize code.
Read more >
The Python Standard Library — Python 3.11.1 documentation
The library contains built-in modules (written in C) that provide access to system functionality such as file I/O that would otherwise be inaccessible...
Read more >
Which Module Formats Should Your JavaScript Library Support?
Which Module Formats Should Your JavaScript Library Support? · Responses (0) · Immediately Invoked Function Expression (IIFE)# · CommonJS (CJS)#.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found