You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/uklibs/UklibConsumptionIT.kt
+43
Original file line number
Diff line number
Diff line change
@@ -557,4 +557,47 @@ class UklibConsumptionIT : KGPBaseTest() {
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/plugin/mpp/uklibs/consumption/UklibConsumptionSetupAction.kt
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/native/KotilnNativeConfigureBinariesSideEffect.kt
+3-1
Original file line number
Diff line number
Diff line change
@@ -86,8 +86,10 @@ internal val KotlinNativeConfigureBinariesSideEffect = KotlinTargetSideEffect<Ko
86
86
* Creates a resolvable configuration from non-resolvable "api" of [KotlinNativeCompilation]
87
87
* Kotlin Native requires that only API dependencies can be exported. So we need to resolve API-only dependencies
88
88
* and exported dependencies to check that.
89
+
*
90
+
* FIXME: KT-76704 consider removing this configuration and the validation that exported klibs are present in the api scope configuration
0 commit comments