Skip to content

Instantly share code, notes, and snippets.

@wisnukurniawan
Last active January 26, 2020 12:08
Show Gist options
  • Save wisnukurniawan/9940768a0130ada2d9bef3f8b132a9a9 to your computer and use it in GitHub Desktop.
Save wisnukurniawan/9940768a0130ada2d9bef3f8b132a9a9 to your computer and use it in GitHub Desktop.
val features = (applicationContext as?Launcher.Provider)?.launcher?.features
// This is equals to above
// val features = arrayListOf<FeatureLaunchable>(
// OrderFlightFeature(),
// OrderHotelFeature(),
// OrderTrainFeature(),
// TransactionFeature(),
// SettingFeature()
// )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment