Open therajanmaurya opened 8 years ago
I am taking this issue. But I need guidance for this. I have found in project. Dependencies are - com.mifos.object.db.MifosGroup, com.mifos.object.db.CollectionSheet, com.mifos.object.db.Client, com.mifos.object.db.Loan, com.mifos.object.db.OfflineCenter and Do I need to delete db package after replacing?
@mayank-kgp wait. in this issue, we need to just shift the Pojo to object directory. and this will create conflicts, So that I am stopped. Wait till the open PR merge.
@therajanmaurya ok
@therajanmaurya Is this issue still exists?
com.mifos.objects.db
dependency was written for Sugar Orm. But now Sugar Orm is replaced by DBFlow and com.mifos.objects.db have the dependency in many files. Removed com.mifos.objects.db dependency as working in features.For resolving this issue, look to models of db package if that are already exist in any other package then replace with that model. and if does not exist then shift db model to another package where that belong.