raulraja
03/21/2019, 12:56 PMpardom
03/21/2019, 1:03 PMraulraja
03/21/2019, 1:06 PMgildor
03/21/2019, 1:46 PMraulraja
03/21/2019, 3:29 PMlouiscad
03/21/2019, 5:46 PMraulraja
03/21/2019, 6:00 PMlouiscad
03/21/2019, 6:19 PM@jw
and @alec
) may help you if you struggle understand the organization of SQLDelight codegen code. You can also reach them and possibly other maintainers in #squarelibraries and in GitHub issues if needed.raulraja
03/21/2019, 6:22 PMjosephivie
03/28/2019, 3:16 AM.kotlin_metadata
and .kt
files to generate code. I'm not sure I recommend it, but it's possible and I've done it. It relies on no PSI stuff.gildor
03/28/2019, 3:20 AMThe issue is that kapt actually has made the decission to not run on MPP projects it requires the projects to be JVM onlyThis is not a “decision” , but Kapt just based on Java-only API. What I suggested is to use Kapt and JVM to generate common code, this is similar to what Louis also suggested
raulraja
03/28/2019, 8:15 AMgildor
03/28/2019, 8:16 AMraulraja
03/28/2019, 8:16 AMgildor
03/28/2019, 8:18 AMraulraja
03/28/2019, 8:25 AMkapt
on an common module?gildor
03/28/2019, 8:26 AMraulraja
03/28/2019, 8:29 AMgildor
03/28/2019, 8:33 AMraulraja
03/28/2019, 8:34 AMgildor
03/28/2019, 8:55 AMJonas Bark
09/02/2019, 7:02 AMraulraja
09/02/2019, 12:14 PMJonas Bark
09/02/2019, 12:31 PMraulraja
09/02/2019, 1:34 PMEugenio
09/02/2019, 4:23 PMraulraja
09/02/2019, 4:30 PM