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 a65b3b2 commit 172a066
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 {
}
}

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

allprojects {

Library.apply {
Expand Down
3 changes: 0 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ common-kermitCrashlytics = { module = "co.touchlab:kermit-crashlytics", version.
android-firebaseCrashlytics = { module = "com.google.firebase:firebase-crashlytics-ktx", version.ref = "firebaseCrashlytics" }
android-anrWatchDog = { module = "com.github.anrwatchdog:anrwatchdog", version.ref = "anrWatchDog" }

# 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 172a066

Please sign in to comment.