Android KTX is an open source set of Kotlin Extensions which aims to make Kotlin code more simple and clean when developing for the Android Platform.
Documentation says: fun bundleOf(vararg pairs: Pair<String, Any?>): Bundle Returns a new Bundle with the given key/…
android kotlin android-bundle android-ktx