Closed rsmckinney closed 3 weeks ago
Android Studio: Usage of android dependency for Build Variants manifold-preprocessor-android-syms causes NPE.
manifold-preprocessor-android-syms
This dependency must be paired with manifold-preprocessor and is setup like so:
manifold-preprocessor
dependencies { . . . compileOnly "systems.manifold:manifold-preprocessor:${project.manifoldVersion}" annotationProcessor "systems.manifold:manifold-preprocessor:${project.manifoldVersion}" compileOnly "systems.manifold:manifold-preprocessor-android-syms:${project.manifoldVersion}" }
With this config, editing preprocessor statements produce an NPE in Android Studio.
From: https://discord.com/channels/1263152297190359132/1263191333951246419/1300670488342695977
Fix available with release 2024.1.39
Android Studio: Usage of android dependency for Build Variants
manifold-preprocessor-android-syms
causes NPE.This dependency must be paired with
manifold-preprocessor
and is setup like so:With this config, editing preprocessor statements produce an NPE in Android Studio.
From: https://discord.com/channels/1263152297190359132/1263191333951246419/1300670488342695977