Skip to content

Commit

Permalink
fix(build): kapt workaround for JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubxity committed Sep 30, 2021
1 parent 8ea26a2 commit 1c28729
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#

# Workaround for https://youtrack.jetbrains.com/issue/KT-45545
kapt.use.worker.api=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8 \
--add-opens jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
--add-opens jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
Expand Down

0 comments on commit 1c28729

Please sign in to comment.