When the project is compiled, the generated Kotlin code will be stored in the
/shared/build/generated/sqldelight
directory. The generator will create an interface with the named
AppDatabase
, as we specified in
build.gradle.kts
this is right after implementing
AppDatabase.sq
with SQLDelight
✅ 1
oday
10/09/2022, 10:29 AM
nope it still happens, seems i’ve done something wrong
oday
10/09/2022, 11:07 AM
yea there is no way that it generates these things, I’m trying to see the differences between my project and the sample one, I can’t find anything blaring that would prevent that plugin from generating the sqldelight sources for me ..
oday
10/09/2022, 11:21 AM
this is so annoying that the tutorial is so out of date
oday
10/09/2022, 11:39 AM
yea, might’ve got confused by the wording in the tutorial about where to place sqldelight directory, anyway this is the answer and it works, also same in the sample project, guess I missed it https://stackoverflow.com/a/65036448/764897