Build reflection classes with gradle

This commit is contained in:
Ilya Gorbunov
2017-03-25 08:57:26 +03:00
parent 7a6621cc85
commit 4645fc4b7b
5 changed files with 49 additions and 7 deletions
+1
View File
@@ -27,6 +27,7 @@ sourceSets {
dependencies {
builtinsCompile group: 'org.jetbrains', name: 'annotations', version:'13.0'
compile group: 'org.jetbrains', name: 'annotations', version:'13.0'
compile sourceSets.builtins.output
testCompile project(':kotlin-test:kotlin-test-junit')