It seems like with Android Studio 3.0.1 and Kotlin...
# intellij
m
It seems like with Android Studio 3.0.1 and Kotlin 1.2.20 it is currently not possible to execute a main class within an android module. Attempting to do so results in a
java.lang.ClassNotFoundException
. I found this issue: https://issuetracker.google.com/issues/68021152 where a Google dev seems to think the issue lies within the Kotlin plugin. I tried to see if this was reported in YouTrack but wasn't able to find it. Does this sound familiar to anyone?