Invalidation Trace Table Instantiation Validator
class InvalidationTraceTableInstantiationValidator(session: FirSession) : FirAdditionalCheckersExtension
Transformer that adds an @file:NoInvestigation
annotation to the file if the file does not have a Composable function.
As a result, files with @file:NoInvestigation
will not have a ComposableInvalidationTraceTable
instantiated.