io.kotest
Owner: Stephen Samuel
Adds support to Gradle for running Kotest tests
Sources: https://github.com/kotest
Version 0.4.11 (latest)
0.4.11
Created 01 January 2024.
Adds support to Gradle for running Kotest tests
Add this plugin to your build using the plugins DSL:
plugins {
id("io.kotest") version "0.4.11"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.kotest:kotest-gradle-plugin:0.4.11") } } apply(plugin = "io.kotest")
- Applying plugins to all subprojects .