this will produce `kotlin.Throwable` too, ```import com.squareup.kotlinpoet.asClassName Throwable::c...
e
this will produce
kotlin.Throwable
too,
Copy code
import com.squareup.kotlinpoet.asClassName
Throwable::class.asClassName()
👏🏻 1