Is it possible to disable inspection for generated...
# android-studio
j
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