Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mappedTypeStrings (0.05 sec)

  1. build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/sources/KotlinSourceQueries.kt

            "float" to "Float",
            "java.lang.Double" to "Double",
            "double" to "Double"
        )
    
    
    // See `org.gradle.kotlin.dsl.internal.sharedruntime.codegen.ApiTypeProviderKt.mappedTypeStrings`
    private
    val collectionTypeStrings =
        mapOf(
            "java.lang.Iterable" to "kotlin.collections.Iterable",
            "java.util.Iterator" to "kotlin.collections.Iterator",
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Tue Jul 08 07:02:19 UTC 2025
    - 13.2K bytes
    - Viewed (0)
Back to top