-
Notifications
You must be signed in to change notification settings - Fork 92
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
Support for KSP #105
Comments
Can you please also explain what changes will we need to perform?
Maybe possible at least partially, then? |
PR is welcome. I has no more time to migrate kapt to KSP, it is low priority. |
I'm using this library with KSP, all is working good. Just make sure to have a class that extends
build.gradle:
|
@ArtRoman It says that you should use : implementation "com.github.bumptech.glide:glide:${GLIDE_VERSION}" And you have 4.15.1 instead of 4.16.0. How come? |
Llatest release of Glide is 4.16.0, but GlideWebpDecoder is not updated to this version, so I use Glide as usual with latest build, but for GlideWebpDecoder I must use old full version. They are working good together. My build.gradle now:
You can use 4.15.1 for both libraries, KSP support was added to Glide in 4.14.0. |
@ArtRoman OK thank you! |
@AndroidDeveloperLB you can close issue if all is OK |
@ArtRoman I'm not the admin of this repository, and not the creator of this thread. |
And I'm not connected to this repo, too 😀 |
Glide 4.14.2 already supports ksp, could you please add support for KSP too? it's faster than kapt, thank you very much
The text was updated successfully, but these errors were encountered: