Factory not generated sometimes
See original GitHub issueWhen running my app which uses kotshi in a module from android studio, everything is fine. However when I run it from commandline in tests, it fails because the adapter factory is not generated.
I made a sample probject: https://github.com/PaulWoitaschek/KotshiFactoryBug
which fails when running ./gradlew test
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:24 (16 by maintainers)
Top Results From Across the Web
php - Model factory class not found when creating a dummy data
I'm currently following the laravel from scratch series from laracasts and I got stuck on this problem since the laravel version on that...
Read more >Reference — Factory Boy stable documentation
This attribute indicates that the Factory subclass should not be used to generate objects, but instead provides some extra defaults.
Read more >One-Stop Guide to Mapping with MapStruct - Reflectoring
MapStruct provides various strategies to instantiate and access the generated mappers. Let's look into each of them. Mappers Factory. If we are ...
Read more >MapStruct 1.5.3.Final Reference Guide
The Mappers factory (no dependency injection); 4.2. ... During compilation, MapStruct will generate an implementation of this interface.
Read more >Dagger2: @Component.Factory and @SubComponent.Factory
Methods used for binding dependencies must not have more than one parameter, ... Factory works we have to look at the generated code....
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
Ok, I’ve implemented so that the pre 1.0 way is allowed too. I’ll try to file an issue on youtrack and fix the root issue.
Could you check the following things for me: