Skip to content

Commit

Permalink
[Oztechan/CCC#2933] Get rid of kotlinGradlePlugin classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Oct 29, 2023
1 parent 41eae6e commit 0100b6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
12 changes: 0 additions & 12 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,6 @@ plugins {
`maven-publish`
}

buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
libs.classpaths.apply {
classpath(kotlinGradlePlugin)
}
}
}

allprojects {

apply(plugin = rootProject.libs.plugins.kover.get().pluginId).also {
Expand Down
3 changes: 0 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ kover = "0.7.4"
common-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
common-testAnnotations = { module = "org.jetbrains.kotlin:kotlin-test-annotations-common", version.ref = "kotlin" }

# CLASSPATHS
classpaths-kotlinGradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }

[plugins]

kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
Expand Down

0 comments on commit 0100b6a

Please sign in to comment.