terrakok / Compose-Multiplatform-Wizard

Compose Multiplatform Wizard
https://terrakok.github.io/Compose-Multiplatform-Wizard/
MIT License
436 stars 30 forks source link

Broken build with SQLDelight #19

Closed jordond closed 9 months ago

jordond commented 1 year ago

If you include SQLDelight then sync and build, I get the following error:

image

Steps:

  1. With all defaults, select SQLdelight
  2. Download
  3. Open in Android Studio
  4. Sync & Build
terrakok commented 1 year ago

Thank you for the report! I'll fix it asap

daniaviladomingo commented 1 year ago

I haven't had any problem with this in my project https://github.com/daniaviladomingo/kmm

terrakok commented 1 year ago

The problem is in build command. it tries to build a whole project.

terrakok commented 9 months ago

It seems all works fine now