Will Kotlin support kotlin.test?

Hello

Will codingame support kotlin.test?

I would really like to be able to develop my solutions using TDD and I feel that this would be a great asset to the community.

See here for more details for kotlin.test

Thanks for all your effort creating, maintaining and upgrading this community.

If you mean including extra libraries for unit testing, probably NO.
You can still follow your TDD principles to write and unit test your code locally, then copy-n-paste to CG to validate.

unfortunately, unless it’s a must have library for most Kotlin developers on CodinGame, I don’t think we’ll add it. Sorry!

Thanks for your replies.

I’m going to develop and test my code, locally then upload it to CG.