erdo / android-fore

android fore - thinner view layers (and rotation for free)
https://erdo.github.io/android-fore
Apache License 2.0
45 stars 3 forks source link

WARNING: Illegal reflective access by retrofit2.Platform #112

Closed erdo closed 3 years ago

erdo commented 3 years ago

If you see this when building the project:

WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by retrofit2.Platform

it's related to JAVA_11, basically it's not a problem but you can upgrade to JDK 14 if you wish to get rid of the warning

see https://github.com/square/retrofit/issues/3341