Did someone get kotlin scratch files running in an...
# android
a
Did someone get kotlin scratch files running in android studio? I am getting this error:
Cannot access script base class 'kotlin.script.templates.standard.ScriptTemplateWithArgs'. Check your module classpath for missing or conflicting dependencies
Seems like I misconfigured. I also cannot switch to the Scratchfiles view as described for intellij here https://www.jetbrains.com/help/idea/2016.3/scratches.html
a
To get rid of the
ScriptTemplateWithArgs
error, I just sync with gradle and it goes away. Looks like they removed that scratch files view, but it’s possible to access them if you switch to Project, scratches should be on the bottom.