then of course may fail to execute as it says it needs at least 1.8.0
đŸ‘€ 1
a
Adam
04/05/2023, 2:32 PM
the SQLDelight Gradle plugin shadows a lot of dependencies, and IIRC it also includes the Kotlin Gradle plugin. That’s not an easy thing to work around…
https://github.com/cashapp/sqldelight/issues/3644
đŸ‘€ 1
s
Shivang Shah
04/05/2023, 2:58 PM
i was able to force it to 1.7.10, however, as you mentioned, this may cause issues w/ sqldelight so will proceed with caution. Thank you @Vampire@Adam