So, for anyone using version catalogs, are you putting your kotlin and coroutine dependencies in there? Or just relying on the version of the kotlin plugin to supply them? Personally right now, i’m adding both the plugin library and all the stdlib, reflect and coroutine libraries to my version catalog. That gets published out to nexus. The reason i ask is that i haven’t found any kind of function i can use to bring in the coroutine libraries for that kotlin version ( similar to the existing kotlin() function which gets defined). I can get the version number via the
getKotlinPluginVersion()
function, but that doesn’t directly correlate to the coroutine libraries.