Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated Gradle setup #45

Closed
matfax opened this issue Oct 1, 2018 · 2 comments
Closed

Deprecated Gradle setup #45

matfax opened this issue Oct 1, 2018 · 2 comments

Comments

@matfax
Copy link

matfax commented Oct 1, 2018

Since Gradle 4.x, there are new recommendations for dependencies.

Compile is deprecated

Configuration 'compile' is obsolete and has been replaced with 'implementation'

Annotation processor is deprecated

Execution failed for task ':app:javaPreCompileDebug'.
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 annotationProcessor configuration.
- jetified-classindex-3.4.jar (org.atteo.classindex:classindex:3.4)
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.
See https://developer.android.com/r/tools/annotation-processor-error-message.html for more details.

@matfax
Copy link
Author

matfax commented Oct 15, 2018

I've migrated this project to Kotlin, also reenabling Gradle and annotation processor support using kapt:
matfax/klassindex

@matfax matfax closed this as completed Oct 15, 2018
@sentinelt
Copy link
Member

Great job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants