Library module support
See original GitHub issueCurrently 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:
- Created 7 years ago
- Reactions:1
- Comments:13 (7 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks, I will do it in a few days.
Thanks!😁😁