Skip to content

Commit

Permalink
Merge pull request #1164 from SimonMarquis/patch-1
Browse files Browse the repository at this point in the history
Remove AllOpen plugin from Android libraries
  • Loading branch information
Raibaz committed Sep 25, 2023
2 parents f2e599a + 8386a76 commit 615b780
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom:$kotlinPluginVersion"))
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinPluginVersion")
implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlinPluginVersion")
implementation("org.jetbrains.kotlin:kotlin-allopen:$kotlinPluginVersion")

implementation("org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin:$kotlinxKover")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ plugins {

kotlin("android")
kotlin("kapt")
kotlin("plugin.allopen")

id("org.jetbrains.dokka")
id("org.jetbrains.kotlinx.kover")
Expand Down

0 comments on commit 615b780

Please sign in to comment.