does this step mentioned in the tutorial not happe...
# multiplatform
o
does this step mentioned in the tutorial not happen anymore since time of writing? https://play.kotlinlang.org/hands-on/Networking%20and%20Data%20Storage%20with%20Kotlin[…]om%20Mobile/05_Configuring_SQLDelight_an_implementing_cache
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
nope it still happens, seems i’ve done something wrong
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 ..
this is so annoying that the tutorial is so out of date
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
it works! you brilliant bastards!