How can I use realm.io with Java 1.8?
For Android with Java 1.8 you need to use jack. The combination of the Android realm gradle plugin and jack seems not to work. Because after I added
apply plugin: 'realm-android'
to my app.gradle file, I get
* What went wrong:
A problem occurred configuring project ':app'.
> Could not find property 'options' on task ':app:compileProdDebugJavaWithJack'.
Does someone know how to get work it together? Why isn't there a normal dependency?