Status Update
Comments
uc...@google.com <uc...@google.com> #2
As far as I can tell, the "Show Kotlin Bytecode" action is an internal debugging tool which in my opinion should never have been exposed to end users.
The
For a more robust "Show Kotlin Bytecode" action we could probably just show the latest build output and notify the user if their build is out of date. However, I'm not sure if this should be an Android Studio issue, since the code is in the Kotlin plugin.
du...@gmail.com <du...@gmail.com> #3
du...@gmail.com <du...@gmail.com> #4
Yes, please file a bug for the IntelliJ Kotlin plugin.
ph...@gmail.com <ph...@gmail.com> #5
Filed upstream issue
pa...@google.com <pa...@google.com> #6
Hi Nick, are you still seeing this issue with the latest version of Android Studio? Thanks.
Description
+ testInstrumentationRunner = 'android.support.test.runner.AndroidJUnitRunner'
}
...
dependencies {
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
+ androidTestImplementation 'androidx.test:rules:1.1.1'
}
––––
Note that the test runner should be:
testInstrumentationRunner = 'androidx.test.runner.AndroidJUnitRunner'