ifFuture

fun ifFuture(future: String): String

Get future if using a future version, else the original Kotlin version.

fun ifFuture(future: (version: String) -> String): String

Get future if using a future version, else the original Kotlin version.

future is called with version.