In SQLDelight, do I have to add an EntityAdapter() for every Column that I use common types like AS Int?
I have a large database to migrate from an older version of sqldelight. It is part of a Kotlin Multiplatform app. I have done most of the leg work but it seems as if in the newer 2.0.2 version I have to add adapters by hand for every single table and column that has “AS Int”: