Henning Lund
Henning Lund
When both guava and listenablefuture are in your dependency tree remember to choose the empty listenablefuture dependency, as the classes are already existing in guava. `implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'` It has been...
Just for your information. Google has created this abstraction layer over JavaAP and KSP. https://github.com/androidx/androidx/tree/androidx-main/room/room-compiler-processing https://mvnrepository.com/artifact/androidx.room/room-compiler-processing It was originally created for room, but they are now using it for different...
should get merged
there is a sample here: https://github.com/bumptech/glide/tree/master/samples/svg If you add an SVG Decoder, will it work out of the box.