Oğuzhan Soykan
07/29/2025, 10:09 AMimport io.kotest.data.*
is missing. Is there a new package for data-driven testing?Oğuzhan Soykan
07/29/2025, 10:10 AMEmil Kantis
07/29/2025, 11:35 AMOğuzhan Soykan
07/29/2025, 12:00 PMkotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
kotest-framework-engine = { module = "io.kotest:kotest-framework-engine", version.ref = "kotest" }
still not includedOğuzhan Soykan
07/29/2025, 12:01 PMengine
the regular framework module?Emil Kantis
07/29/2025, 12:03 PMOğuzhan Soykan
07/30/2025, 11:20 AMio.kotest:kotest-assertions-table
is published,
I would expect all packages conventionally published like -core
but apparently it is not, what do you think?Oğuzhan Soykan
07/30/2025, 11:21 AM-table
package that’s for sure, but not found on mavenphldavies
07/30/2025, 9:42 PMnmcpAggregation(projects.kotestAssertions.kotestAssertionsTable)
missing in the build.gradle.kts?Oğuzhan Soykan
07/31/2025, 8:01 AM