1<?xml version="1.0" encoding="UTF-8"?> 2<issues format="5" by="lint 4.1.0" client="cli" variant="all" version="4.1.0"> 3 4 <issue 5 id="NewApi" 6 message="Multi-catch with these reflection exceptions requires API level 19 (current min is 14) because they get compiled to the common but new super type `ReflectiveOperationException`. As a workaround either create individual catch statements, or catch `Exception`." 7 errorLine1=" } catch (ClassNotFoundException" 8 errorLine2=" ^"> 9 <location 10 file="external/dagger2/java/dagger/hilt/android/internal/testing/EarlySingletonComponentCreator.java" 11 line="33" 12 column="14"/> 13 </issue> 14 15 <issue 16 id="NewApi" 17 message="Multi-catch with these reflection exceptions requires API level 19 (current min is 14) because they get compiled to the common but new super type `ReflectiveOperationException`. As a workaround either create individual catch statements, or catch `Exception`." 18 errorLine1=" } catch (ClassNotFoundException" 19 errorLine2=" ^"> 20 <location 21 file="external/dagger2/java/dagger/hilt/android/internal/testing/TestComponentDataSupplier.java" 22 line="35" 23 column="14"/> 24 </issue> 25 26</issues> 27