SqlDelightTask jetpack compose multiplatform: Execution failed for task ':composeApp:generateCommonMainOnTrackDBInterface'

20 Views Asked by At

I have this problem:

SqlDelightTask:

Execution failed for task ':composeApp:generateCommonMainOnTrackDBInterface'.

A failure occurred while executing app.cash.sqldelight.gradle.SqlDelightTask$GenerateInterfaces Generation failed; see the generator error output for details.

enter image description here

I was, because I had two similar function with the same name, delete this and my problem was solved.

enter image description here

I was trying to compile my proyect.

0

There are 0 best solutions below