🔦 An experimental preview of Jetpack libraries for @kotlin multiplatform is now available to explore. Try these builds of Collections and DataStore now, and let us know what you think of them! 📚 Read on about these experimental dev builds ↓ goo.gle/3CJfhio
@AndroidDev @kotlin Jetpack Compose is similar with Flutter design. Google has Flutter and KMM. So, if both of them will be same, should developers learn which one? Why does Google have similar two product? One day, one them will win. That’s mean, 50% of developers will be wasted time.
@AndroidDev @kotlin Gonna try this in my compose multiplatform project soon!
@AndroidDev @kotlin Would have preferred if you added encryption to DataStore so I can use it in some of my Android projects first
@AndroidDev @kotlin Flutter/RN's UI use the same code, only the logic that depends on specific platform needs to be handled differently through 'bridge', but JMP can only share logic code, the UI need their own platform to achieve? It doesn't make much sense, it can't even be called cross-platform.