projects
/
idea
/
community.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
project setup
[idea/community.git]
/
update-server-mock
/
build.gradle
1
buildscript {
2
repositories { jcenter() }
3
dependencies {
4
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:+"
5
}
6
}
7
8
apply plugin: 'kotlin'
9
10
repositories { jcenter() }
11
dependencies {
12
compile "org.jetbrains.kotlin:kotlin-stdlib:1.0.+"
13
testCompile "junit:junit:4.+"
14
}