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
+2 -1
View File
@@ -58,7 +58,8 @@ subprojects {
configure(subprojects.findAll {it.name in [
'kotlin-runtime', 'kotlin-script-runtime',
'kotlin-stdlib', 'kotlin-stdlib-jre7', 'kotlin-stdlib-jre8',
'kotlin-test-junit']}) {
'kotlin-test-junit',
'kotlin-reflect']}) {
apply plugin: 'kotlin'