hi all, i cannot do this in Kotlin 1.1 with 1.8 t...
# announcements
j
hi all, i cannot do this in Kotlin 1.1 with 1.8 target
Copy code
inline fun <reified T : Any> logger(): Logger {
    return LoggerFactory.getLogger(T::class.java)
}