Philippe Breault
Philippe Breault
Looks like the Kotlin plugin overrides Adb Idea's default shortcut on Windows/Linux. I'll see what kind of shortcut would make more sense on those platforms (suggestions welcomed!). Meanwhile, you can...
That's an interesting bug. Thanks for the root cause analysis. Out of curiosity, does Studio see them as separate devices?
It probably can't work. This plugin depends on the Android tooling that is based on Gradle. This is where it gets access to the debug bridge and to the app's...
Just to be clear, are you having this error when importing opening the project in Intellij 2016/2017 to build the plugin itself? Or are you having an error at runtime...
We would use one or the other. I would still use `force-stop` when we restart an app but I would use `kill` to actually kill it and test that the...
Seems to be working for me on Android Studio 2.3.0, 2.3.1 and 2.4 preview 5. On which platform are you running (Window/Linux/Mac)? Did it stop working after upgrading from 2.3.0...
It's a good idea, I have been putting this off for a while because it requires quite a bit of UI to get it right! Unless we just show a...
Pretty good idea, i'll take a look to see if it is possible.
The link still works for me but let met try to re-upload it just in case: [detekt-report-merge-repro-project.zip](https://github.com/detekt/detekt/files/7369684/detekt-report-merge-repro-project.zip) My gradle file looks like this: ```groovy task reportMerge(type: io.gitlab.arturbosch.detekt.report.ReportMergeTask) { output =...
I think a single `UnnecessaryNotNullCheck ` rule that encompasses checkNotNull and requireNotNull makes sense. Definitely more future-proof. I'll take a stab at it.