Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

UnpackGradleDependenciesTask ignores local MPP dependencies #133

Open
pegasign opened this issue Jan 14, 2019 · 1 comment
Open

UnpackGradleDependenciesTask ignores local MPP dependencies #133

pegasign opened this issue Jan 14, 2019 · 1 comment

Comments

@pegasign
Copy link

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:

depedencies {
    implementation project(":[insert MPP name])
}

It appears there is a bug in UnpackGradleDependenciesTask.kt#L68 where the UnpackGradleDependenciesTask ignores project based dependencies.

@zacharygrafton
Copy link

I'm seeing this issue as well. Would a repro be needed? And should this be marked as related to #69? The fix appears to be similar.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants