<@U0BHS1Y07> The easy way: ``` fun yourMethod(a: K...
# getting-started
s
@voddan The easy way:
Copy code
fun yourMethod(a: KClass<Some>){
}
fun yourMethod(a: Class<Some>){
yourMethod (a.kotlinClass)
}