Piotr Krzemiński
08/04/2025, 9:13 AM- Task `:linuxX64Kotest` of type `io.kotest.framework.gradle.tasks.KotestNativeTask`: cannot serialize object of type 'org.gradle.api.DefaultTask', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See <https://docs.gradle.org/8.14.3/userguide/configuration_cache.html#config_cache:requirements:task_access>
- Task `:linuxX64Kotest` of type `io.kotest.framework.gradle.tasks.KotestNativeTask`: cannot serialize object of type 'org.gradle.api.internal.project.DefaultProject', a subtype of 'org.gradle.api.Project', as these are not supported with the configuration cache.
See <https://docs.gradle.org/8.14.3/userguide/configuration_cache.html#config_cache:requirements:disallowed_types>
- Task `:linuxX64Kotest` of type `io.kotest.framework.gradle.tasks.KotestNativeTask`: cannot serialize object of type 'org.jetbrains.kotlin.gradle.targets.native.tasks.KotlinNativeHostTest', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
When I turn off Configuration Cache, this problem is gone.Piotr Krzemiński
08/04/2025, 12:06 PMBernd Prünster
08/04/2025, 12:08 PMBernd Prünster
08/04/2025, 12:13 PMBernd Prünster
08/04/2025, 12:16 PMBernd Prünster
08/04/2025, 1:05 PMBernd Prünster
08/04/2025, 1:21 PMBernd Prünster
08/05/2025, 5:24 AMjvmKotest
) and things should start working againPiotr Krzemiński
08/05/2025, 6:19 AMthe default test tasks don't invoke kotestis it by design or a temporary problem?
Bernd Prünster
08/05/2025, 6:21 AMsam
08/07/2025, 3:21 PMsam
08/07/2025, 3:22 PMsam
08/07/2025, 3:23 PMPiotr Krzemiński
08/10/2025, 1:10 PMsam
08/10/2025, 1:11 PM