Skip to content

Commit

Permalink
Remove unnecessary unit test sourcesetTree declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
findjigar authored Feb 2, 2024
1 parent 5028bd5 commit fde7fcf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kermit-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ plugins {
kotlin {
androidTarget {
publishAllLibraryVariants()
@OptIn(ExperimentalKotlinGradlePluginApi::class)
unitTestVariant.sourceSetTree.set(KotlinSourceSetTree.test)
}
jvm()
js {
Expand Down Expand Up @@ -100,4 +98,4 @@ android {

tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "1.8"
}
}

0 comments on commit fde7fcf

Please sign in to comment.