Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions atomicfu/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,21 +139,6 @@ if (rootProject.ext.native_targets_enabled) {
}
}
}

// Hack for publishing as HMPP: pack the cinterop klib as a source set:
if (!project.ext.ideaActive) {
kotlin.sourceSets {
nativeInterop
nativeMain.dependsOn(nativeInterop)
}

apply from: "$rootDir/gradle/interop-as-source-set-klib.gradle"

registerInteropAsSourceSetOutput(
kotlin.linuxX64().compilations["main"].cinterops["interop"],
kotlin.sourceSets["nativeInterop"]
)
}
}

configurations {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ kotlin.native.ignoreDisabledTargets=true

kotlin.js.compiler=both

kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.mpp.enableCompatibilityMetadataVariant=true
kotlin.mpp.enableCInteropCommonization=true

# Workaround for Bintray treating .sha512 files as artifacts
# https://github.com/gradle/gradle/issues/11412
Expand Down
55 changes: 0 additions & 55 deletions gradle/interop-as-source-set-klib.gradle

This file was deleted.