Guys, I checked sqldelight's source code, and it seems that the lowest sqlite version is 3.18.
Per android docs, 3.18 comes with Android API 26, but my minSdk is much lower and because of that my users might have pre 3.18 versions. Am I risking some runtime errors by accidentally using features that are not supported pre 3.18? Pardon my english.