for this line: `val people = dbi.open(People::clas...
# announcements
j
for this line:
val people = dbi.open(People::class.java)
, I’ve been creating extension functions that don’t require the
.java
and just take the kotlin class (in my case for gson, and other such libraries, but it looks like it applies to jdbi as well)