Update test-with-kotlin.gradle
This commit is contained in:
parent
5096ac35b6
commit
cd75bbecd1
|
@ -2,8 +2,6 @@
|
||||||
apply plugin: 'kotlin'
|
apply plugin: 'kotlin'
|
||||||
|
|
||||||
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
|
copyClassesToJavaOutput = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue