
implementation("io.kotest:kotest-assertions-compiler:6.1.11")Enables testing of code snippets by asserting their compilation success or failure. Provides matchers like `shouldCompile()` and `shouldNotCompile()` for strings, files, and code snippets.