Skip to content

Commit 4d0be44

Browse files
committed
fix(build): kapt workaround for JDK 17
1 parent 520a525 commit 4d0be44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

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

0 commit comments

Comments
 (0)