Olaf Gottschalk
08/25/2025, 11:25 AMkotest-runner-junit5
contained a dependency to kotlinx-coroutines
, which was great as sometimes I needed Coroutines in my tests, e.g. with Arrow's Raise DSL, you need Coroutines. Now this transient dependency disappeared... the runTest
function is not available anymore. This is really bad, as now my project which does not really do much else with Coroutines needs to depend on kotlinx-coroutines
itself... I need to track down the latest version, etc. Can this be re-added? Any reason for removal?sam
08/25/2025, 1:22 PMsam
08/25/2025, 1:23 PM