diesieben07
08/13/2018, 2:36 PMVladyslav Sitalo
08/13/2018, 2:57 PM“Delegate run actions to Gradle” does not work either, because it fails to properly rebuild all projects,are your gradle projects configured to use multipart project or composite build?
diesieben07
08/13/2018, 2:57 PMVladyslav Sitalo
08/13/2018, 2:57 PMdiesieben07
08/13/2018, 2:58 PMcompile (":foo")
in dependencies
blockVladyslav Sitalo
08/13/2018, 2:58 PMdiesieben07
08/13/2018, 2:58 PMcompile project(":foo")
diesieben07
08/13/2018, 2:59 PMVladyslav Sitalo
08/13/2018, 3:00 PMdiesieben07
08/13/2018, 3:00 PMVladyslav Sitalo
08/13/2018, 3:00 PMVladyslav Sitalo
08/13/2018, 3:00 PMdiesieben07
08/13/2018, 3:00 PMgildor
08/13/2018, 5:26 PMdiesieben07
08/13/2018, 5:48 PMdiesieben07
08/13/2018, 5:50 PMtschuchort
08/13/2018, 6:41 PMdiesieben07
08/13/2018, 6:48 PMtschuchort
08/13/2018, 6:49 PMdiesieben07
08/13/2018, 6:52 PMtschuchort
08/13/2018, 6:58 PM@Metadata
annotations but it's pretty cumbersome to use. I am working on another library right now to integrate that with the Java Element
API. Though that doesn't solve your problem of crossplatform codegen since it still builds on the Java-only annotation processingdiesieben07
08/13/2018, 7:00 PMtschuchort
08/13/2018, 7:13 PMdiesieben07
08/13/2018, 7:13 PMdiesieben07
08/13/2018, 7:14 PMdiesieben07
08/13/2018, 7:15 PMdiesieben07
08/13/2018, 7:15 PMdiesieben07
08/13/2018, 7:17 PMtschuchort
08/13/2018, 7:25 PMcompile project(":foo")
and have "Delegate Build to Gradle" set and it seems to work (mostly). Maybe I just didn't notice that problem because I'm used to IntelliJ being crap and immediately delete the build folder whenever something doesn't get rebuiltdiesieben07
08/13/2018, 7:29 PMimmediately delete the build folder whenever something doesn't get rebuiltOuch. This is why I write Kotlin and not Javascript 😄
gildor
08/14/2018, 1:28 AMYes, delegating to gradle does not work, as I explained aboveI’m not really understand your problem. First, do you have working Gradle project? Can you build your project from command line using Gradle? If so, I don’t see any problems with Idea, probably make sense to reimport project from Gradle module
gildor
08/14/2018, 1:32 AMdoes not allow me to use kaptWhat do you mean? As I said, try to reimport project. Close project and then “File” -> “New project from existing sources”
gildor
08/14/2018, 1:32 AMkarelpeeters
09/29/2018, 10:08 PMdiesieben07
09/30/2018, 3:49 PMdiesieben07
09/30/2018, 3:54 PMkarelpeeters
09/30/2018, 5:44 PMkarelpeeters
09/30/2018, 5:44 PMgildor
09/30/2018, 11:19 PMkarelpeeters
09/30/2018, 11:24 PM