I'm trying to use a scratch file for some prototyping. In my build.gradle file, I have the flag set to allow kotlin.Result as a return type. However, that doesn't seem to apply to my scratch file. What should I specify to allow kotlin.Result as a return type in scratch files?