diego-gomez-olvera
06/15/2021, 9:06 AMFlow
API a colleague noticed that there are several operators (e.g. mapLatest
) still experimental. What would be your recommendation about those? Is it safe to adopt them? Is there typically a migration supported in case of deprecation?Zach Klippenstein (he/him) [MOD]
06/15/2021, 3:39 PM@Experimental
means the API is subject to breaking changes, so that could cause your code to fail at runtime.
If your code is for an app, not a library, then it’s not so much a question of “safety” as whether you’re willing to deal with having to change your code to fix API breakages the next time you upgrade your kotlin version.