I think this <issue> was caused by changing the BO...
# kotest-contributors
s
I think this issue was caused by changing the BOM here. Anyone got pointers on how I can start to fix it? And as the original thread author mentions, should we just replace the BOM with a gradle version catalog?
l
I really like gradle versions catalogue. Kotest is very gradle-oriented, Kotlin in general is gradle-oriented. Version Catalogs are a new feature, it's unlikely that it will be abandoned soon
s
I use version catalogs at work
e
I've never used a published version catalog, but I did want to publish a kotest catalog a while back.. never got it to fully work though 😕 I still think providing a BOM is nice for users who prefer that. It's not mutually exclusive with providing a catalog. And the BOM works with both Gradle + Maven..
s
Just don't know why its broken, and I don't know anything about BOMs
e
Looks like some advanced gradle shizzle .. I'll see if I can figure it out, but I think Adam would be able to solve it with ease
s
That was quick
e
well it was quite a hacky fix.. 🙈
The reason it works is cause we do the publish -jvm-variants in root jars thing.. so we just need to refer to the root jars instead of the -jvm ones