I'm upgrading from coroutines 0.3.0 to a 1.x versi...
# announcements
n
I'm upgrading from coroutines 0.3.0 to a 1.x version - how do I make IntelliJ replace usages for me? I could have sworn it offered to on another project, but I'm not getting it this time around First I switched my Kotlin version to
1.3.0
(rebuilt), then coroutines to
1.0.0
, and received no offer for automatic conversion EDIT: Found an alt-enter option to fix it, nevermind
l
You can also use replace in path to fix kotlin.coroutines and kotlinx.coroutines imports.