Daniel Schröder
11/25/2024, 1:51 PM> A failure occurred while executing app.cash.sqldelight.gradle.VerifyMigrationTask$VerifyMigrationAction
> 'void org.sqlite.core.NativeDB._open_utf8(byte[], int)'
Right before this, I see the following message in the build logs:
Failed to load native library through System.loadLibrary
java.lang.UnsatisfiedLinkError: no sqlitejdbc in java.library.path: C:\Program Files\Java\jdk-17\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;.
Any ideas on how I can solve this problem? Is this a known bug? My project only targets Android and iOS so, I wasn't expecting to encounter "native" warnings or errors in my build on Windows.Severiano Jaramillo
11/26/2024, 3:02 AMDaniel Schröder
12/23/2024, 3:29 PMverifyMigration
task. This task is called while trying to build the Android App.Severiano Jaramillo
12/23/2024, 3:59 PMSeveriano Jaramillo
12/23/2024, 4:02 PMDaniel Schröder
12/24/2024, 11:01 AM