Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes https://youtrack.jetbrains.com/issue/CMP-6599/artifactRedirecting.androidx.window.core.version1.3.0-isnt-correct ## Testing 1. ./gradlew :mpp:publishComposeJbToMavenLocal 2. See in ~./.m2/repository/org/jetbrains/androidx/window/window-core/0.0.0-SNAPSHOT/window-core-0.0.0-SNAPSHOT.module: ``` "name": "debugRuntimeElements-published", "attributes": { "com.android.build.api.attributes.BuildTypeAttr": "debug", "org.gradle.category": "library", "org.gradle.usage": "java-runtime", "org.jetbrains.kotlin.platform.type": "androidJvm" }, "dependencies": [ { "group": "androidx.window", "module": "window-core", "version": { "requires": "1.3.0" } }, ```
- Loading branch information