Skip to content

Commit

Permalink
fix: disable Kotlin incremental compilation because it sucks
Browse files Browse the repository at this point in the history
Fixes #1041
  • Loading branch information
alecthomas committed Mar 8, 2024
1 parent 8f36327 commit 0dac9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<rootDir>${basedir}</rootDir>
<java.version>1.8</java.version>
<kotlin.version>1.9.22</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<kotlin.compiler.incremental>false</kotlin.compiler.incremental>
<wire.version>4.9.7</wire.version>
<grpc.version>1.62.2</grpc.version>
<logback.version>1.5.2</logback.version>
Expand Down

0 comments on commit 0dac9d8

Please sign in to comment.