Skip to content

Commit

Permalink
Add flag to enable compatibility with non-hierarchical projects (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
oldergod authored Jun 9, 2022
1 parent 23872fe commit e0b2b4c
Show file tree
Hide file tree
Showing 2 changed files with 1,979 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ kotlin.mpp.stability.nowarn=true
# https://issues.sonatype.org/browse/NEXUS-21802
systemProp.org.gradle.internal.publish.checksums.insecure=true

# Enable compatibility with non-hierarchical projects.
# See https://kotlinlang.org/docs/multiplatform-hierarchy.html#for-library-authors
kotlin.mpp.enableCompatibilityMetadataVariant=true

GROUP=com.squareup.okio
VERSION_NAME=3.1.0
kotlin.mpp.commonizerLogLevel=info
Loading

0 comments on commit e0b2b4c

Please sign in to comment.