I have a question concerning `kotlin.coroutines.experimental.SequenceBuilder.yield`IDE tells me that it's deprecated since 1.3 (that's ok) and it tells me that it will be dropped in 1.4. Is this true? If so, is there a workaround so that I can use coroutines in my library but consumers of my lib which use kotlin 1.2 can still use it?