https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
s

Sergioedcigreja

07/19/2019, 9:36 AM

https://files.slack.com/files-pri/T09229ZC6-FLD9BHUTB/captura_de_ecra___2019-07-19__a__s_09.11.01.png

Good morning guys, I'm having this error on the iOS build since I have started using SQLDelight. I think it's because of when I added the classpath to the project build.gradle file, it asked me to remove the version of kotlin-multiplatform on the plugins task in the lib build.gradle. Maybe there are conflicting libraries?
c

ciriti

07/19/2019, 10:30 AM
I had the same, this was the solution in my case https://kotlinlang.slack.com/archives/C3PQML5NU/p1563443543287000
s

Sergioedcigreja

07/19/2019, 11:25 AM
I had no issue before starting to use sqldelight so I'm assuming it has something to do with it