Update test-with-kotlin.gradle
This commit is contained in:
parent
5096ac35b6
commit
cd75bbecd1
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue