Hello, does anyone know if there’s a way to tell the compose compiler to ignore / exclude a file / class ? I was looking for an @Ignore annotation but could not find any.
Let me explain my problem: I’m using the
compiler metric feature, and I don’t want some classes to show up in the compiler report (because these classes are not meant to be used by jetpack compose)