Skip to content

Commit

Permalink
add flags for consistent copy visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Aug 25, 2024
1 parent 2b7e4f3 commit fd42517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import se.ansman.kotshi.JsonSerializable

@Http4kConnectAction
@JsonSerializable
data class CreateEventBus internal constructor(
data class CreateEventBus(
val Name: EventBusName,
val EventSourceName: EventSourceName? = null,
val Tags: List<Tag>? = null
Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ tasks.named<KotlinJvmCompile>("compileTestKotlin") {
compilerOptions {
jvmTarget.set(JVM_1_8)
freeCompilerArgs.add("-Xjvm-default=all")
freeCompilerArgs.add("-Xconsistent-data-class-copy-visibility")
}
}

Expand Down

0 comments on commit fd42517

Please sign in to comment.