Add required repositories block to samplesStarting with Kotlin 1.2.60.*, afaict, the Kotlin plugin downloads theKotlin compiler and its dependencies on demand using a projectconfiguration, which requires a repository to be configured. Theserepositories were not necessary until the upgrade to Kotlin 1.2.60because the kotlin-eap repository was being automatically added toevery project (to ease migration).