question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

More than one file was found with OS independent path 'META-INF/main.kotlin_module'

See original GitHub issue

Hi, after upgrading to Kodein 5 I encounter More than one file was found with OS independent path 'META-INF/main.kotlin_module' error. It seems that the file is both packages:

image

I can add it to ignore, but it also seems it propagates the error through my library to the end-developer app and that’s not good.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
SalomonBryscommented, Jul 2, 2018

I didn’t know this option existed ^^. This will be done in the next version of Kodein 😃

1reaction
SalomonBryscommented, Sep 3, 2018

@hrach I don’t think it is needed. When I clean and regenrate, those file do not exist.

I think they come from some test main function that I made, and that I forgot to clean. I’ll investigate more.

Read more comments on GitHub >

github_iconTop Results From Across the Web

than one file was found with OS independent path 'META-INF ...
Steps to Reproduce. Run instrumentation tests on an android device in a project that declares multiple files at META-INF/main.kotlin_module .
Read more >
More than one file was found with OS independent path ...
Recently I have updated android studio to 4.0 . After updating I am seeing this error when trying to build the project. It's...
Read more >
More than one file was found with OS independent path 'kotlin ...
I was trying to create Android build after exporting from Unity Project. When I tried to export signed APK file, I got many...
Read more >
"More than one file was found with OS independent path ...
More than one file was found with OS independent path 'META-INF/api.kotlin_module' ``` The error is not present when assembling `baz` module (which has...
Read more >
More than one file was found with OS independent path 'META-INF ...
Answers related to “More than one file was found with OS independent path 'META-INF/lib_release.kotlin_module'.” dependency's AAR metadata (META-INF/com/android ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found