vlbaluk / java-validator-livr

Lightweight java validator supporting Language Independent Validation Rules Specification (LIVR)
13 stars 10 forks source link

Android compatibility #5

Open danilodequeiroz opened 5 years ago

danilodequeiroz commented 5 years ago

I was hoping to use this library on android, but it's implemented using Function interfaces from java8, which is incompatible with Android, except API level 24 or greater. Is the only way to solve this compatibility issue to rewrite the whole library using java7 or kotlin?

vlbaluk commented 5 years ago

I think it would be hard to implement.