Multi Database Modules works on 3.0.1 but not on 3.1.1
See original GitHub issueDBFlow Version: 3.1.1 Bug: Multi module no longer works
Description: when using version 3.0.1 multi module works fine but when updated to version 3.1.1 i get this error and it can’t find the generated database holder class (it exists in android studio i can open it but can’t build the project)
Warning:File for type 'com.raizlabs.android.dbflow.config.FordDatabaseFord_Database' created in the last round will not be subject to annotation processing.
Warning:File for type 'com.raizlabs.android.dbflow.config.FordModuleGeneratedDatabaseHolder' created in the last round will not be subject to annotation processing.
Warning:The following options were not recognized by any processor: '[targetModuleName]'
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:23 (7 by maintainers)
Top Results From Across the Web
Multi Database Modules works on 3.0.1 but not on 3.1.1 #979
when using version 3.0.1 multi module works fine but when updated to version 3.1.1 i get this error and it can't find the...
Read more >How to use multiple databases for one rails 3.1 app in Heroku?
Unfortunately Heroku overwrites your database.yml, and only seems to inlcude one database connection. Does anyone know how I can add or configure my...
Read more >Multiple databases | Django documentation
Multiple databases ¶. This topic guide describes Django's support for interacting with multiple databases. Most of the rest of Django's documentation assumes ...
Read more >Cisco ACI Multi-Site Orchestrator Release Notes, Release 3.1(1)
This document describes the features, issues, and deployment guidelines for Cisco Application Centric Infrastructure (ACI) Multi-Site Orchestrator software.
Read more >Migrate from ASP.NET Core 2.2 to 3.0 | Microsoft Learn
AspNetCore.Razor.Design is removed and in the following list of packages no longer being produced. To see the full list of packages that are...
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 FreeTop 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
Top GitHub Comments
@jackwang1 I made a small change to the timing that the processor outputs files. It is beyond me why it was necessary but should resolve your problem (assuming it gets merged). Until then you can target my develop snapshots.
this patch file can be applied to your example project to show you what all I changed.
dbflow_mrp_fix.diff.txt
as of about 8 days ago, yes.