Marcin Robaczyński
Marcin Robaczyński
Is there any chance that you have this in your dependencies section: ``` if (properties.containsKey('android.injected.invoked.from.ide')) { implementation 'com.jakewharton:butterknife-reflect:10.1.0' } else { implementation 'com.jakewharton:butterknife:10.1.0' kapt 'com.jakewharton:butterknife-compiler:10.1.0' } ``` ? This seems...
Hey @KiranMohan - thank you for reporting. "Add dependency" issue - could you please share a sample project in which it does not display any module? I tested it on...
Thank you @JavierSegoviaCordoba for reaching out regarding this. This is the first time I hear about this TOML feature (which seems to be a library for dependencies). I will give...
Yeah - the plugin could verify whether there is a specific repository present already and suggest adding it when it is not. Awesome idea, I will look into it, thank...
Hi @sanity, there used to be a way to do this in Android Studio but now I can't find it anymore. It's really a great idea and I think it's...
@jmfayard hey, I mentioned you and your plugin in https://github.com/scana/ok-gradle#would-you-like-to-automatically-update-your-dependencies :) Please let me know if you would like me to write something else in your project's description
Hey @digitalsanctum, do you currently have an access to such a repository? Could you verify couple of things for me, please? I was wondering whether those custom maven repositories contains...
Thanks @Kinchkun, I will give it a try and setup a local docker-based nexus to test it. I asked about `master-index.xml` files as I used to have a local maven...
Note to future self: this could be added as an option in Settings menu (to insert statement right at the current position in file)
Another note to future self: this could be working inline, i.e.: directly while typing in a build.gradle file