implementation("io.kotest:kotest-assertions-compiler:6.1.0-RC4")
Enables testing of Kotlin code snippets' compilability using matchers like `shouldCompile()` and `shouldNotCompile()`.