For data that should be shared with all views in your entire app, SwiftUI gives us @EnvironmentObject.
@EnvironmentObject
Is there anything similar to this in Kotlin?