Skip to content

kotlinx-serialization-hocon 1.7.0 is not published #2717

@osipxd

Description

@osipxd

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions