<@U0C1NM397>: I'm following your example on the ma...
# exposed
u
@mbickel: I'm following your example on the mapper page, and trying to do:
Copy code
val tableConfig = TableConfiguration(standardDefaults, standardConverters, { x -> x })

    object InvTypeTable : Table<InvType, Long>("invTypes", tableConfig) {
However I'm getting an unresolved reference error for tableConfig. I realize this is probably unrelated to your package, but figured I'd raise it with you since it's your example 😉