Gabi
11/26/2022, 1:23 AMbuildSrc
file is simply:
plugins {
`kotlin-dsl`
}
repositories {
maven("<https://plugins.gradle.org/m2/>")
mavenCentral()
}
Can anyone help me?ephemient
11/26/2022, 1:37 AMephemient
11/26/2022, 1:38 AMmavenCentral()
above maven("<https://plugins.gradle.org/m2/>")
(which has the shorthand gradlePluginPortal()
)ephemient
11/26/2022, 1:39 AMpluginManagement {
repositories {
ephemient
11/26/2022, 1:40 AMGabi
11/26/2022, 1:44 AM