SiimKinks / sqlitemagic

Compile time processed, annotation driven, no reflection SQLite database layer for Android
https://siimkinks.github.io/sqlitemagic/javadoc/
Apache License 2.0
121 stars 11 forks source link

Build fails with rx java class not found #9

Closed vincent-paing closed 6 years ago

vincent-paing commented 6 years ago

I can't seem to run the app because the generated class imported classes from rxjava. Even after adding the rxjava to my gradle compilation, it still fails to run. I think the rxajva implementation should be able to opt-in instead of just forcing it.

SiimKinks commented 6 years ago

For me it works with added RxJava dependency. Try to sync, clean and rebuild your project. Currently, since one of the the main goals of this library was to provide reactive semantics on database access, there hasn't been any motivation to provide opt-out possibilities. This may be a goal for version 1.0.0 though… (see #6)