You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
> 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
The text was updated successfully, but these errors were encountered:
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.
Basically identical to Kotlin/kotlinx.coroutines#1797 but affects multiplatform projects using kotlinx-io because the same module name exists in
kotlinx-io
andkotlinx-io-jvm
.Note even removing the
kotlinx-io:1.1.6
dependency doesn't help because it's also a dependency ofkotlin-stdlib-common
Tested with AGP 3.6.1, kotlin 1.3.70
The text was updated successfully, but these errors were encountered: