Skip to content

Commit

Permalink
re-enable enableGranularSourceSetsMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Boisselle committed Nov 17, 2021
1 parent 02ba15d commit f6d20a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.parallel = true
kotlin.native.ignoreDisabledTargets = true
kotlin.incremental.multiplatform = true
kotlin.parallel.tasks.in.project = true
#kotlin.mpp.enableGranularSourceSetsMetadata = true
kotlin.mpp.enableGranularSourceSetsMetadata = true
kotlin.native.enableDependencyPropagation = false
kotlin.mpp.stability.nowarn=true

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
maven(url = "https://raw.githubusercontent.com/Kodein-Framework/kodein-internal-gradle-plugin/mvn-repo")
}
dependencies {
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:6.11.0")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:6.12.0")
}
}

Expand Down

0 comments on commit f6d20a8

Please sign in to comment.