Am looking to enable use of IR compiler in a multi...
# squarelibraries
j
Am looking to enable use of IR compiler in a multiplatform module but running in to
Copy code
> Could not resolve com.squareup.sqldelight:coroutines-extensions:1.4.3.

- Variant 'js-runtime' capability com.squareup.sqldelight:coroutines-extensions:1.4.3 declares a usage of 'kotlin-runtime' of a component, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'js':
- Incompatible because this component declares a component, as well as attribute 'org.jetbrains.kotlin.js.compiler' with value 'legacy' and the consumer needed a component, as well as attribute 'org.jetbrains.kotlin.js.compiler' with value 'ir'
Not sure if there's plans to update to support IR (as per https://kotlinlang.org/docs/js-ir-compiler.html#authoring-libraries-for-the-ir-compiler-with-backwards-compatibility) ?
Just noticed that this particular project wasn't using latest version of sqldelight.....updating now to check