From cd75bbecd16a041d195d92e8a6b7aa9637152753 Mon Sep 17 00:00:00 2001 From: Marco Ferrer <35935108+marcoferrer@users.noreply.github.com> Date: Tue, 22 Jan 2019 11:38:46 -0500 Subject: [PATCH] Update test-with-kotlin.gradle --- gradle/test-with-kotlin.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/gradle/test-with-kotlin.gradle b/gradle/test-with-kotlin.gradle index 9407600f38..decddb32d3 100644 --- a/gradle/test-with-kotlin.gradle +++ b/gradle/test-with-kotlin.gradle @@ -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 }