I added some tests to a common module. Since then ...
# multiplatform
r
I added some tests to a common module. Since then I get the following warning during build
w: Module "..." is defined in more than one file
. Everything runs as expected. Can I ignore this warning or should I change something?
l
Can you share an example project, please? The warning doesn’t seem to be expected in the described situation
r
https://github.com/robstoll/atrium/ => occurs if you run
gr :atrium-core-api-js:build
🙏 1
l
I failed to find any multiplatform part there, is it at
master
branch?
r
-yes in master branch- (nope, my mistake => in service-registry branch), I am not using the multiplatform plugin but apply
kotlin-paltform-js
plugins etc. (in case you were looking for it)
🙏 1
ah sorry... it is not yet in master branch 🙄 https://github.com/robstoll/atrium/tree/service-registry/core/api
@Liliia I can also create a youtrack issue if you want
l
YT issue would be great indeed, but frankly, I’m unable just find how do you actually configure the project, since there is no such line as, for example,
[...] kotlin-paltform-js
— I checked again both
master
and
service-registry
branches. Also, I found such tasks as
configureJsProjects()
and failed to find their definition
r
not enough information from my side. Sorry about that. I'll open a issue and document everything there