Are you forced to have the `resolutionStrategy` bl...
# gradle
r
Are you forced to have the
resolutionStrategy
block in
settings.gradle.kts
?
g
This is problem of Android plugin
they didn’t publish it with Gradle plugins meta data
r
Is this problem common? I don't want to start using this format if half the plugins don't support it
And how do I know the ID for any plugin?
g
Almost all the plugins support it because published to plugins,gradle,com
maybe except some snapshot versions
anyway buildcript is legacy and will be removed at some point, or at least depreacated
r
Oh, ok
g
And how do I know the ID for any plugin
Is is what you write on
apply plugin: "plugin.id"