Question about lifecycle multiplatform: currently ...
# multiplatform
t
Question about lifecycle multiplatform: currently there is a 2.8.0 from org.jetbrains that works well on iOS. Google has bumped version to 2.8.2. Do we know if the Google version will become the multiplatform version, or should we continue to use the JB version and just wait on updated merges? Thank you.
i
Do you interested in some particular fixes for iOS? jb one redirects to Google binaries on platforms that it supports, so you can use Google's patches for android via just adding pathed version to android dependencies
t
i was just curious if i should maintain the org.jetbrains for my KMP part, and com.google for android, or if one day I should only use com.google if they include all the KMP changes one day.
i
org.jetbrains is a way to use it on multiplatform now. It redirects to Google's binaries under the hood where available to avoid conflicts (already defined classes etc)
t
okay, thanks.