ok-gradle icon indicating copy to clipboard operation
ok-gradle copied to clipboard

dependency for root build.gradle

Open Marchuck opened this issue 4 years ago • 1 comments

hello thanks for the awesome library!

I have a question - does this library helps with suggesting which dependency comes from, I mean sometimes I also need to add to root build.gradle something like this:

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

is there a plan for supporting it?

Marchuck avatar Jan 11 '21 12:01 Marchuck

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 you!

scana avatar Jan 11 '21 13:01 scana