Sebastian Schuberth
06/23/2024, 4:45 PMJvmTestSuite for the jvmTest source set only in a Kotlin multiplatform project?Emil Kantis
06/23/2024, 4:52 PMEmil Kantis
06/23/2024, 4:58 PMSebastian Schuberth
06/23/2024, 5:12 PMjvm-test-suite plugin manually and then doing
sourceSets {
jvmTest {
testing {
suites {
register<JvmTestSuite>("funTest") {Sebastian Schuberth
06/23/2024, 5:44 PMKotlinJvmCompilation with name 'funTest' not found.