summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/dex.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/dex.go b/java/dex.go
index b8796327e..474694a51 100644
--- a/java/dex.go
+++ b/java/dex.go
@@ -73,7 +73,7 @@ type DexProperties struct {
// It exists only to support ART tests.
Uncompress_dex *bool
- // Exclude kotlinc generate files: *.kotlin_module, *.kotlin_builtins. Defaults to true.
+ // Exclude kotlinc generate files: *.kotlin_module, *.kotlin_builtins. Defaults to false.
Exclude_kotlinc_generated_files *bool
}