Results 59 comments of Denys

> Kotlin track ci: travis runs our own .sh-scripts. Can we just add copy build-files from _template preude to each exercise build? I'm sorry. Do you mean these: - We...

Thanks! Since CI will not commit into our database - sounds like something we can explore, definitely. The main pitfall here is step `(2)`. As we need to provide test...

We should not forget to add test cases naming like [here](https://github.com/exercism/kotlin/pull/354/files#diff-2697c85e72b8eec4953629143ae7e754R9).

Thanks @blueglyph for reporting this! We will take a look.

Absolutely! `compile()` is still used in build-configuration because it's required for current implementation of `compileStarterSourceKotlin` task (used in unit tests). This dependency should be reimplemented or fixed before using `implementation()`.

@uzilan Is it still an issue?

Thanks. I'll investigate this.

Is it possible to transfer this issue to Kotlin repo so we can track all Kotlin-related issues in one place?

@uzilan Created follow-up issue for [cli](https://github.com/exercism/cli/issues/903).