Skip to content

Commit

Permalink
fix: disable progressive mode (temp)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Nov 16, 2023
1 parent 7d0e850 commit 4f96df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ kotlin {
languageSettings.apply {
apiVersion = kotlinLanguage
languageVersion = kotlinLanguage
progressiveMode = true
progressiveMode = false
optIn("kotlin.ExperimentalUnsignedTypes")
}
}
Expand Down

0 comments on commit 4f96df0

Please sign in to comment.