`val user: String by PropertyResolver(String::clas...
# announcements
a
val user: String by PropertyResolver(String::class)
is it possible not to pass KClass in this case?