in sqldelight is there any way to rename the inter...
# squarelibraries
c
in sqldelight is there any way to rename the interface generated for a query with a join? I have a query named "selectAllWithParams:" and the method name seems ok, but the generated interface is "interface SelectAllWithParams" which is not the best name. Maybe I'm just naming stuff in the wrong way but I can't find something better