The `mapKotlinNameToJava` returns `java.lang.Boole...
# ksp
j
The
mapKotlinNameToJava
returns
java.lang.Boolean
, however the bytecode for the class is using the primitive
boolean
. How can I know whether the class or primitive is being used?