|
|
|
@ -168,6 +168,34 @@ |
|
|
|
|
</annotationProcessorPaths> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.jetbrains.kotlin</groupId> |
|
|
|
|
<!--suppress KotlinMavenPluginPhase --> |
|
|
|
|
<artifactId>kotlin-maven-plugin</artifactId> |
|
|
|
|
<configuration> |
|
|
|
|
<annotationProcessorPaths> |
|
|
|
|
<path> |
|
|
|
|
<groupId>com.google.dagger</groupId> |
|
|
|
|
<artifactId>dagger-compiler</artifactId> |
|
|
|
|
<version>2.25.3</version> |
|
|
|
|
</path> |
|
|
|
|
</annotationProcessorPaths> |
|
|
|
|
</configuration> |
|
|
|
|
<executions> |
|
|
|
|
<execution> |
|
|
|
|
<id>kapt</id> |
|
|
|
|
<goals> |
|
|
|
|
<goal>kapt</goal> |
|
|
|
|
</goals> |
|
|
|
|
</execution> |
|
|
|
|
<execution> |
|
|
|
|
<id>test-kapt</id> |
|
|
|
|
<goals> |
|
|
|
|
<goal>test-kapt</goal> |
|
|
|
|
</goals> |
|
|
|
|
</execution> |
|
|
|
|
</executions> |
|
|
|
|
</plugin> |
|
|
|
|
</plugins> |
|
|
|
|
</build> |
|
|
|
|
|
|
|
|
|