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
{{ message }}
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
Hey guys,
I'm working on a project making use of Kotlin Frontend and a Kotlin Multiplatform Library.
Both the Frontend package and MPP are divided into seperate gradle module. Each with their own build directory.
The frontend module has a dependency on the MPP package using the following configuration:
It appears there is a bug in UnpackGradleDependenciesTask.kt#L68 where the UnpackGradleDependenciesTask ignores project based dependencies.
kotlin-frontend-plugin/kotlin-frontend/src/main/kotlin/org/jetbrains/kotlin/gradle/frontend/npm/UnpackGradleDependenciesTask.kt
Line 68 in 16314e8
The text was updated successfully, but these errors were encountered: