Here again with some problem. I have a common modu...
# squarelibraries
c
Here again with some problem. I have a common module with sqldelight generated code, but it complains that it can't find sqldelight classes (like SqlDriver). I tried adding
com.squareup.sqldelight:runtime
and nothing changed. I tried adding also
com.squareup.sqldelight:runtime-metadata
and now the IDE shows everything ok, but the compiler still says that it can't find sqldelight classes. Anyone know what can I try?
Never mind. Was missing js lib