We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-Xconsistent-data-class-copy-visibility
1 parent edc577f commit 49261afCopy full SHA for 49261af
src/main/resources/base/kotlin.gradle
@@ -10,8 +10,14 @@ if (kotlin_jvmTarget != null) {
10
}
11
12
compileKotlin {
13
- kotlinOptions.freeCompilerArgs = ["-Xjvm-default=all"]
+ kotlinOptions.freeCompilerArgs = [
14
+ "-Xjvm-default=all",
15
+ "-Xconsistent-data-class-copy-visibility"
16
+ ]
17
18
compileTestKotlin {
19
20
21
22
23
0 commit comments