iosMain.com.revenuecat.purchases.kmp.mappings.ktx.Map.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of purchases-kmp-mappings Show documentation
Show all versions of purchases-kmp-mappings Show documentation
Mobile subscriptions in hours, not months.
package com.revenuecat.purchases.kmp.mappings.ktx
internal inline fun Map.mapEntries(
transform: (Map.Entry) -> Pair
): Map = entries.associate(transform)