https://kotlinlang.org logo
#android-studio
Title
# android-studio
j

Jacky

09/23/2023, 4:48 PM
Is it possible to disable inspection for generated files, yet used in the source code? I use SqlDelight and it generates classes under
/build/generated/sqldelight/code/myprojectname/commonaMain/...
. I reference those classes in my code. If I tried to exclude that directory via
Mark directory as -> Excluded
, then I would not be able to access those classes in my code. Thanks