Skip to content

Commit

Permalink
move in. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
portlek authored Aug 22, 2024
1 parent 65fe6b0 commit 9c08d70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 4 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
plugins { alias(libs.plugins.kotlin.dsl) }
plugins { `kotlin-dsl` }

repositories {
mavenCentral()
gradlePluginPortal()
}

dependencies {
implementation(libs.kotlin.plugin)
implementation(
"org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:${embeddedKotlinVersion}"
)
implementation(libs.dokka.plugin)
implementation(libs.spotless.plugin)
}
Expand Down
7 changes: 0 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
[versions]
kotlin = "2.0.0"

[libraries]
kotlin-plugin = { module = "org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin", version.ref = "kotlin" }
dokka-plugin = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version = "1.9.20" }
spotless-plugin = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "6.25.0" }

[plugins]
kotlin-dsl = { id = "org.gradle.kotlin.kotlin-dsl", version = "5.1.0" }

0 comments on commit 9c08d70

Please sign in to comment.