implementation("io.kotest:kotest-assertions-compiler:6.1.6")
Enables testing of code snippets' compilation status using matchers like `shouldCompile()` and `shouldNotCompile()`.