https://kotlinlang.org logo
e

Ellen Shapiro

03/28/2019, 1:14 PM
My project has recently decided it hates Instant Run for its android component. It seemed to be working fine with coroutines + ktor + serialization, but when I added SQLDelight I had to make some changes (including upgrading to Gradle 5.1.1) which seem to have broken the crap out of instant run. Has anyone else run into this issue? Any thoughts on things which might be causing this?
s

Sam

03/28/2019, 1:43 PM
Instant run usually breaks at some point. I'm not sure there's a good way to fix it.
d

drofwarcs

03/28/2019, 3:02 PM
Probably best to just disable instant run anyway. Its being replaced by "Apply Changes" in AS 3.5
k

kenkyee

03/28/2019, 8:44 PM
try Android Studio 3.5..Instant Run was so terrible, they had to rename it in 3.5 so people would try it again 😉
d

drofwarcs

03/29/2019, 1:36 PM
Just to be clear, its more than just a rename. Its a complete re-write from the ground up
2 Views