This message was deleted.
# community-support
s
This message was deleted.
e
here is the catalog definitions: https://github.com/kotest/kotest/blob/published-catalog/build.gradle.kts Published locally using
./gradlew publishKotestVersionCatalogPublicationToMavenLocal
Imported in another project using:
Copy code
dependencyResolutionManagement {
   repositories { mavenLocal() }
   versionCatalogs {
      create("kotest") {
         from("io.kotest:kotest-version-catalog:5.5.0-LOCAL")
      }
   }
}
Created a small reproduction repository of the problem here: https://github.com/Kantis/version-catalog-problem/tree/main