a8fcdddf24
Currently, KAPT3 uses JDK internal API to build Java AST. Since the API is internal, it has changed in newer JDKs. So, for them, use reflection to access new API. #KT-59349 Fixed