Alan Viverette | 6ed162a | 2018-11-30 14:35:55 -0500 | [diff] [blame] | 1 | -Xmx8g |
Jens Ole Lauridsen | 4f480cc | 2022-09-30 13:33:25 -0700 | [diff] [blame] | 2 | -Dappinspection.use.dev.jar=true |
Jens Ole Lauridsen | 5f03531 | 2023-04-20 16:37:22 -0700 | [diff] [blame] | 3 | -Dlayout.inspector.rel.jar.location=#studio/../../../../../../out/dist/inspection |
Aurimas Liutikas | f55d253 | 2023-04-27 21:35:17 +0000 | [diff] [blame] | 4 | # b/279181712 |
| 5 | -Djdk.attach.allowAttachSelf=true |
Jakub Gielzak | cd13949 | 2023-11-01 16:59:48 +0000 | [diff] [blame] | 6 | # b/297379481 |
Chris Craik | d9d5d7b | 2024-08-13 16:31:55 -0700 | [diff] [blame] | 7 | -Dprofiler.trace.open.mode.web=true |
Jinseong Jeon | e993ff0 | 2024-12-10 21:05:04 -0800 | [diff] [blame] | 8 | # b/343774023 |
| 9 | -Didea.kotlin.plugin.use.k2=true |
Oded Niv | 62245e9 | 2023-02-08 12:25:56 +0000 | [diff] [blame] | 10 | # https://github.com/google/google-java-format#intellij-jre-config |
| 11 | --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED |
| 12 | --add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED |
| 13 | --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED |
| 14 | --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED |
| 15 | --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED |
| 16 | --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED |