Can I add mavenLocal to a script using `@file:Repo...
# scripting
m
Can I add mavenLocal to a script using
@file:Repository
? I tried
@file:Repository("file:///Users/m.bonnin/.m2/repository")
but that doesn't seem to work
For the record, it looks like my problem was more related to trying to load SNAPSHOTS. Bug fileed there: https://youtrack.jetbrains.com/issue/KT-38212