idanakav
idanakav
### What happened? When applying the plugin it will also enforce JBR as the JDK, with JBR17, the `getSystemJavaCompiler` is returned null, most likely due to classpath modifications. This is...
### Description of the feature request: ASWB is [using](https://github.com/bazelbuild/intellij/blob/5d612affff49b51d025c4f416656e11fecfa3641/aswb/sdkcompat/as223/com/google/idea/blaze/android/projectsystem/RenderJarClassFileFinder.java#L70) render jars for previews in Android Studio which is not available in the public repo. Build usage can be seen in...
Resolves #1035 Sanity tested with: ``` cd examples/ksp ; bazel aquery 'mnemonic(KotlinKsp, //:coffee_lib)' | grep ksp_opts -A 2 --ksp_opts \ 'arg1=value1' \ 'arg2=value2' \ ```
KSP offers a way to pass options to processors, its done with the -P flag, for example: ``` -P plugin:com.google.devtools.ksp.symbol-processing:apoption=key=value ``` Since we don't have a dedicated attr for that...
We observed two different issues with inner classes in generated code (see f390eb3c4971046322dd1a07f50eed97c42c571f 6a2e7821ae6ffd41e8bae692a00bb498f9c3541b). While this is an edge case which is not reproducible in every environment it would still...
Resolves #2765 Add support for Compose Preview in Android Studio, main changes are: - Introduce a new `ClassFileFinder`, optimized for faster class lookups - Support reading and routing Android assets,...
The extension was never registered in the plugin xml and causing a silent crash when trying to attach a debugger to en existing android process