How to use @OptIn annotion in kotlin notebook with file scope
I want to apply the @OptIn annotation to whole kotlin notebook with @file scope and not for each individual cell. I see other annotations @file:DependOn and @file:Repository, are suppported and work across whole notebook, but not OptIn.