/* * This file was generated by the Gradle 'init' task. * * This is a general purpose Gradle build. * Learn how to create Gradle builds at https://guides.gradle.org/creating-new-gradle-builds/ */ repositories { jcenter() } plugins { id("com.gradle.build-scan") version "1.15.1" kotlin("jvm") version "1.2.51" application } dependencies { compile(kotlin("stdlib")) } application { mainClassName = "HelloKt" } buildScan { termsOfServiceUrl = "https://gradle.com/terms-of-service" termsOfServiceAgree = "yes" }