skoumalcz / fragment-back

Tiny library for handling back in fragments.
Apache License 2.0
47 stars 11 forks source link

Seems not to work without jack. #4

Closed mopsalarm closed 7 years ago

mopsalarm commented 7 years ago

Gradle is giving me Jack is disabled, but one of the plugins you are using supports Java 8 language features.

I assume this is because of the constants defined on an interface.

gingo commented 7 years ago

Are you sure this error is caused by FragmentBack? I do not have Java 8 support installed on my primary dev machine and it works fine for me.

mopsalarm commented 7 years ago

Yes you are right. I was a little bit too fast there. After adding the library to my project, i can not find any of the classes in android studio. The expect the gradle import to work - I checked by miss-typing the gradle-coordinates which led to an error.

gingo commented 7 years ago

Ok, I'm closing issue for now. Feel free to reopen or create new one in case of other problems.