Update test-with-kotlin.gradle

This commit is contained in:
Marco Ferrer 2019-01-22 11:38:46 -05:00 committed by GitHub
parent 5096ac35b6
commit cd75bbecd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
apply plugin: 'kotlin'
kotlin {
//This option prevents compilation issues when switching branches while refactoring java code to kotlin.
//After we are done refactoring java -> kotlin when can disable this and use gradle build cache features.
copyClassesToJavaOutput = true
}