I’m using SqlDelight in ProjectA and trying to define a custom column type using classes from ProjectB.
ProjectA already has a dependency on ProjectB, and ProjectB is just a bunch of data classes without anything sql-related.
Do I still need to follow the steps
here in order to import ProjectB’s classes in ProjectA’s
.sq
files?
Ideally, I’d like to keep Module A completely unaware of sqldelight…