Hi, what is the Kotlin version of `JavaClass::new`...
# getting-started
a
Hi, what is the Kotlin version of
JavaClass::new
?
p
A constructor can be called as
::ClassName
, if you have the right arguments
👍 1