Results 7 issues of Minsuk Eom

In Gradle 5.x `setDestination(Object file)` has been removed. See [this link](https://stackoverflow.com/a/54672720/3687394) for more information.

I found a trivial bug. `rx` and `coroutine` packages are affected by this. ### Scenario 1. A `Activity` starts B `Activity`. 2. Rotate the screen in B `Activity`. 3. Tap...

![image](https://cloud.githubusercontent.com/assets/13031505/24834772/aaef0310-1d29-11e7-8dfa-a73904ec5aa8.png) - adb path is correct. - ffmpeg path is correct.

**Describe the bug** `coerceInputValues` does not work for `Double` type when value is `NaN`. **To Reproduce** ```kotlin @Serializable data class MyData( val doubleField: Double = .0 ) ... val json...

feature