Skip to content

Commit

Permalink
Additional workaround for KT-54634
Browse files Browse the repository at this point in the history
  • Loading branch information
ephemient committed Dec 21, 2022
1 parent c9f14cf commit 380f43c
Show file tree
Hide file tree
Showing 5 changed files with 606 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# generated by Gradle Wrapper
kt/gradlew linguist-generated
kt/gradlew.bat linguist-generated

# copied from Kotlin Gradle Plugin
kt/buildSrc/src/main/kotlin/org/jetbrains/kotlin/gradle/**/*.kt linguist-vendored
1 change: 1 addition & 0 deletions kt/buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ repositories {

dependencies {
implementation(gradleApi())
implementation(kotlin("gradle-plugin", libs.versions.kotlin.get()))
}
14 changes: 14 additions & 0 deletions kt/buildSrc/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
dependencyResolutionManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}

versionCatalogs {
create("libs") {
from(files("../gradle/libs.versions.toml"))
}
}
}

rootProject.name = "buildSrc"
Loading

0 comments on commit 380f43c

Please sign in to comment.