1package = androidx.sqlite3.bundled 2headers = sqlite3.h 3 4linkerOpts.linux_x64 = -lpthread -ldl 5linkerOpts.macos_x64 = -lpthread -ldl 6 7noStringConversion = sqlite3_prepare_v2 sqlite3_prepare_v3 8 9# Static library and path for SQLite is added by AndroidX Multiplatform plugin.