I feel similarly about the .gradle.kts, it has it...
# squarelibraries
a
I feel similarly about the .gradle.kts, it has its own special magic that I find difficult to contribute to. Even in normal kotlin I hate massively DSL focused APIs that are all like
Copy code
test {
  that {
    my {
      juice {
        is (yummy)
      }
    }
  }
}