Cody Engel
10/09/2019, 5:26 PMView
breaking their code gen? (More info in thread)Cody Engel
10/09/2019, 5:26 PM> Task :library:generateDebugConversationsDatabaseInterface FAILED
/Users/cengel/Documents/Dev/Team Android/conversations-repository/library/src/main/sqldelight/com/activecampaign/conversations/repository/conversations/summary/ConversationSummaryView.sq line 26:6 - No table found with name conversationEntity
24 SELECT *
25 FROM conversationSummaryView
26 WHERE conversationEntity.id = :id
^^^^^^^^^^^^^^^^^^
Cody Engel
10/09/2019, 5:27 PMconversationEntity
though so I’m unsure if maybe it’s running in a different order and at this point that table hasn’t been generated?Cody Engel
10/09/2019, 7:13 PMCody Engel
10/09/2019, 7:13 PM