seanf
12/06/2017, 2:54 PMcommon
(not jvm
or js
) module - which means I can't just use reflection to examine .class files from a Gradle plugin. I'm starting to think I need an annotation processor - but will that work in a common
module? (Update: apparently it won't.)bashor
12/06/2017, 3:59 PMbashor
12/06/2017, 4:00 PMseanf
12/07/2017, 7:31 AMjvm
module, but once I generate the English .properties file I want to include it as a runtime resource in the common
module. I don't think that will work unless I can generate the file from the common
module.seanf
12/07/2017, 7:33 AMcommon
modules?pdvrieze
12/07/2017, 10:43 AMpdvrieze
12/07/2017, 10:45 AMseanf
12/07/2017, 10:47 AMpdvrieze
12/07/2017, 10:48 AMpdvrieze
12/07/2017, 10:49 AMseanf
12/07/2017, 10:49 AMseanf
12/07/2017, 10:50 AMseanf
12/07/2017, 10:50 AMpdvrieze
12/07/2017, 10:50 AMpdvrieze
12/07/2017, 10:50 AMseanf
12/07/2017, 10:52 AMbashor
12/07/2017, 11:10 AMWhich part did you mean I should file an issue about?@seanf I meant “supporting for l10n / i18n in general”
seanf
12/07/2017, 12:48 PMbashor
12/07/2017, 12:58 PM