We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294638c commit 134e392Copy full SHA for 134e392
buildSrc/build.gradle.kts
@@ -21,7 +21,7 @@ kotlin {
21
}
22
23
dependencies {
24
- //hack to use type safe accessors. see https://github.com/gradle/gradle/issues/28371
+ //hack to use type safe accessors in script plugins from gradle/libs.versions.toml. see https://github.com/gradle/gradle/issues/28371
25
// follow this post and if there is something better remove this hack
26
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
27
0 commit comments