I made a small pull-request to the Android Library...
# gradle
j
I made a small pull-request to the Android Library Finder (
$ gem install alfi
) and it's now compatible with both Groovy and Kotlin!
Copy code
$ alfi picasso
dependencies {
   implementation("com.squareup.picasso:picasso:2.5.2")
}
https://github.com/cesarferreira/alfi
👍 1