veehaitch / devicecheck-appattest

Server-side library to validate the authenticity of Apple App Attest artifacts, written in Kotlin.
Apache License 2.0
66 stars 8 forks source link

Is it possible to run the library in java8? #27

Closed krishnapriya99 closed 2 years ago

veehaitch commented 2 years ago

Thanks for opening the issue. I specifically targeted JDK 11 during development. I'd assume, however, that supporting Java 8 wouldn't be too much work. If you implement support in a PR, I'd consider merging it.