With the kotest-convention plugin I can’t publish ...
# kotest-contributors
i
With the kotest-convention plugin I can’t publish the linux packages properly the publication tasks hasn’t been working https://github.com/kotest/kotest-extensions-arrow/commits/master does any admin know why. CI fails always with:
Copy code
Could not resolve KLIB commonizer classpath. Check if Kotlin Gradle plugin repository is configured in root project 'kotest-extensions-arrow'.

> Task :commonizeNativeDistribution FAILED

FAILURE: Build failed with an exception.

What went wrong:

Execution failed for task ':commonizeNativeDistribution'.

> Could not resolve all files for configuration ':kotlinKlibCommonizerClasspath'.

   > Cannot resolve external dependency org.jetbrains.kotlin:kotlin-klib-commonizer-embeddable:1.7.20 because no repositories are defined.
94
     Required by:
95
         project :
e
Not sure, but I think Kotest is mostly on Kotlin 1.6.21 to be as backwards compatible as possible. If you revert to Kotlin 1.6.21, does it start working?
It's definitely something we need to solve at some point though..
i
Thanks @Emil Kantis 😄 Worked !
release pipeline is green and snapshots are being published properly