Closed nikitin-da closed 6 years ago
> Task :storio-sqlite-annotations-processor-test:javaPreCompileReleaseUnitTest
Annotation processors must be explicitly declared now. The following dependencies on the compile classpath are found to contain annotation processor. Please add them to the testAnnotationProcessor configuration.
- storio-sqlite-annotations-processor.jar (project :storio-sqlite-annotations-processor)
- auto-service-1.0-rc4.jar (com.google.auto.service:auto-service:1.0-rc4)
- auto-value-1.3.jar (com.google.auto.value:auto-value:1.3)
Alternatively, set android.defaultConfig.javaCompileOptions.annotationProcessorOptions.includeCompileClasspath = true to continue with previous behavior. Note that this option is deprecated and will be removed in the future.
Compile-testing unable to find resources classes in class loader for now( I don't find similar issue in their repo and epoxy doesn't use corresponded gradle version yet
Uhhhh, damn AGP…
There is an option for android resources, but I don't see that for regular resources
Can you try enabling android one?
Like that:
android {
testOptions {
unitTests {
includeAndroidResources true
}
}
}
As an alternative, we can actually move it to android resources, like: src/main|test/resources/raw/…
Closed via #897
https://docs.gradle.org/current/release-notes.html https://developer.android.com/studio/releases/gradle-plugin https://github.com/JetBrains/kotlin/releases