question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SQLDelight gradle plugin not compatible with Kotlin 1.3.20

See original GitHub issue

When attempting to use the update (admittedly was released hours ago), I get this error (using SQLDelight version 1.0.1):

A problem occurred configuring root project '<name>'.
> Failed to notify project evaluation listener.
   > org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeCompilation.getLinkAllTaskName()Ljava/lang/String;

This goes away if I commoent out the apply plugin: 'com.squareup.sqldelight' and the sqldelight {} block in our build.gradle

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
AlecStrongcommented, Jan 24, 2019

we’re blocked on sqliter and stately bumping to 1.3.20 since the kotlin native bitcode isnt ABI compatible.

Once those are out we’ll push a release asap

Read more comments on GitHub >

github_iconTop Results From Across the Web

SQLDelight gradle plugin not compatible with Kotlin 1.3.20
When attempting to use the update (admittedly was released hours ago), I get this error (using SQLDelight version 1.0.1): A problem occurred ......
Read more >
Could not resolve com.squareup.sqldelight:native-driver:1.3.0
I removed the. implementation "com.squareup.sqldelight:native-driver:1.3.0" from commonMain 's dependecies . It worked. Working build.gradle ...
Read more >
app.cash.sqldelight : gradle-plugin : 2.0.0-alpha02
SQLDelight Gradle Plugin - Gradle plugin for generating kotlin interfaces for sqlite files.
Read more >
使用 Ktor 和 SQLDelight 创建多平台应用——教程
This tutorial demonstrates how to use Android Studio to create a mobile application for iOS and Android using Kotlin Multiplatform Mobile with Ktor...
Read more >
Kotlin - Handstand Sam
Gradle plugin compatibility is very important when distributing plugins publicly, ... If you really want to use Kotlin 1.6 though, fear not!
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found