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

kotlinx-serialization-hocon 1.7.0 is not published #2717

Closed
osipxd opened this issue Jun 14, 2024 · 1 comment
Closed

kotlinx-serialization-hocon 1.7.0 is not published #2717

osipxd opened this issue Jun 14, 2024 · 1 comment
Assignees
Labels

Comments

@osipxd
Copy link
Member

osipxd commented Jun 14, 2024

Describe the bug
The HOCON library seems to be missing from 1.7.0 and 1.7.0-RC publications, according to Maven Central repo.

To Reproduce

  1. Add the dependency to your project:
    dependencies {
        implementation("org.jetbrains.kotlinx:kotlinx-serialization-hocon:1.7.0")
    }
  2. Sync the project
  3. See the error:
    > Could not resolve all dependencies for configuration ':my-project'.
      > Could not find org.jetbrains.kotlinx:kotlinx-serialization-hocon:1.7.0.
    

Expected behavior
Dependency resolved successfully

Environment

  • Library version: 1.7.0
  • Kotlin platforms: JVM
  • Gradle version: 8.7
@sandwwraith
Copy link
Member

It is indeed missing. I thought I've checked all artifacts when migrating to KTS...🤦🏻
@shanshin Can you pls take a look? It looks like something in publishing-conventions went wrong for a non-MPP project

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

No branches or pull requests

3 participants