Can anyone help out with the following error I am getting in sqldelight for nativeMain desktop containing all three(mac, linux and mingw) as targets?
Following is my declaration in source sets for nativeMain
Copy code
val nativeMain by getting {
dependencies {
implementation("io.ktor:ktor-client-curl:$ktorVersion")
implementation("com.squareup.sqldelight:native-driver:$sqlDelightVersion")
}
}