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

When using kotlin-multiplatform plugin doesn't handle project dependencies propetly #136

Open
mpiniarski opened this issue Feb 5, 2019 · 1 comment

Comments

@mpiniarski
Copy link

When using kotlin-multipatform adding dependency to project this way:

kotlin { 
        ...
        jsMain {
            dependencies {
                implementation project(':some-other-project')
                ...
            }
        }
}

should result in adding proper path to config.resolve.modules in webpack.config.js generated by plugin.
It works perfectly for projects that don't use kotlin-multipatform and have dependency to other projects.

Now this path is not added and webpack cannot resolve some-other-project.js.

@mpiniarski
Copy link
Author

up

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

1 participant