has anyone tried to get the Kotlin repl to work in...
# android
d
has anyone tried to get the Kotlin repl to work in Android Studio like it does in IDEA (wherein project classes are available on the classpath)? is this even possible? I was thinking that if it could leverage Robolectric for Android classes, that could be pretty useful edit: oh, it actually does work -- for some reason AS didn't always ask for the context module. now I wonder if the stub implementations can be replaced with robolectric's...