https://kotlinlang.org logo
Title
s

sam

12/12/2020, 4:40 PM
Would welcome some feedback on: https://github.com/kotest/kotest/issues/1899
j

Javier

12/12/2020, 8:26 PM
Gradle supports running tests on kts?
s

sam

12/12/2020, 8:26 PM
No
Would require some other work
t

thanksforallthefish

12/14/2020, 8:13 AM
what would the new syntax gain? and how much more complex the code in the plugin and framework itself would get to support both (class and top level) style would get?
if the gain is minimal or none compared to the increase complexity I would think it is not worth
s

sam

12/14/2020, 10:26 PM
@thanksforallthefish fair point. The actual complexity / risk is low because it goes through a separate code point. As for gain, it depends whether you think writing tests outside of a class is a useful feature or not - which is really what I'm asking in this issue.