- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for primitiveTypeStrings (0.09 sec)
-
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/PrimitiveKotlinTypeStrings.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package org.gradle.kotlin.dsl.internal.sharedruntime.codegen val primitiveTypeStrings = mapOf( "java.lang.Object" to "Any", "java.lang.String" to "String", "java.lang.Character" to "Char", "char" to "Char", "java.lang.Boolean" to "Boolean",Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Sep 19 08:18:50 UTC 2025 - 1.4K bytes - Viewed (0)