julioromano
05/04/2022, 8:00 AM% ./gradlew :database:build
[...]
> Task :database:compileIosMainKotlinMetadata FAILED
w: Could not find "co.touchlab:sqliter-driver-cinterop-sqlite3"
Any idea why this happens and how to fix it (I know it’s just a warning but…)?
Happy to give more info if only I knew what could help (gradle files, other code…)Sebastian Sellmair [JB]
05/04/2022, 1:08 PMjulioromano
05/04/2022, 2:14 PMjulioromano
05/04/2022, 2:16 PMkotlin.mpp.enableCInteropCommonization=true
in gradle.properties? Let me tryjulioromano
05/04/2022, 2:19 PMjulioromano
05/04/2022, 2:36 PM> Task :httpapi:compileIosMainKotlinMetadata FAILED
w: Could not find "io.ktor:ktor-utils-cinterop-threadUtils"
w: Could not find "org.jetbrains.kotlin.native.platform.linux"
julioromano
05/04/2022, 2:37 PMkotlin.mpp.enableCInteropCommonization=true
makes the first of the 2 warnings disappear.Sebastian Sellmair [JB]
05/04/2022, 5:17 PMjulioromano
05/05/2022, 11:03 AMSunny
05/23/2022, 7:25 AMjulioromano
05/24/2022, 7:56 AMabu naser
01/17/2023, 4:00 PM