Is there a way to refer to `kotlin.String` from Ja...
# announcements
z
Is there a way to refer to
kotlin.String
from Java? Trying to set a package-wide Hibernate type mapping default for
String
to PG
text
Copy code
@TypeDef(name = "string", defaultForType = String::class, typeClass = TextType::class)