Sha256: f4d0394ad699398c2b252917efa4665effdffc53f48f5907f8960d093511d302
Contents?: true
Size: 475 Bytes
Versions: 68
Compression:
Stored size: 475 Bytes
Contents
buildscript { ext.kotlin_version = '1.0.2' repositories { mavenCentral() } dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } apply plugin: 'kotlin' repositories { mavenCentral() } dependencies { compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" testCompile 'junit:junit:4.12' testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version" testCompile "org.assertj:assertj-core:2.4.1" }
Version data entries
68 entries across 68 versions & 1 rubygems