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
Ivan Matkov
06/27/2024, 2:18 PM
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
tylerwilson
06/27/2024, 4:10 PM
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
Ivan Matkov
06/27/2024, 4:14 PM
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)