Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate of 'META-INF/kotlinx-io.kotlin_module' #103

Closed
RobertLK opened this issue Mar 25, 2020 · 1 comment
Closed

Duplicate of 'META-INF/kotlinx-io.kotlin_module' #103

RobertLK opened this issue Mar 25, 2020 · 1 comment

Comments

@RobertLK
Copy link

RobertLK commented Mar 25, 2020

Basically identical to Kotlin/kotlinx.coroutines#1797 but affects multiplatform projects using kotlinx-io because the same module name exists in kotlinx-io and kotlinx-io-jvm.

Note even removing the kotlinx-io:1.1.6 dependency doesn't help because it's also a dependency of kotlin-stdlib-common

        commonMain {
            dependencies {
                implementation kotlin('stdlib-common')
                implementation "org.jetbrains.kotlinx:kotlinx-io:$kotlinx_io_version"
            }
        }
        jvmMain {
            dependencies {
                implementation kotlin('stdlib')
                implementation "org.jetbrains.kotlinx:kotlinx-io-jvm:$kotlinx_io_version"
            }
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
   > More than one file was found with OS independent path 'META-INF/kotlinx-io.kotlin_module'

Tested with AGP 3.6.1, kotlin 1.3.70

@fzhinkin
Copy link
Collaborator

We're rebooting the kotlinx-io development (see #131), all issues related to the previous versions will be closed. Consider reopening it if the issue remains (or the feature is still missing) in a new version.

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

No branches or pull requests

2 participants