Hello guys, I am trying to use UnsingedIntegers in my multi-platform project. I use it almost everywhere and I want to pass the compiler flag to avoid using annotations everywhere (https://kotlinlang.org/docs/reference/experimental.html#module-wide-use). I am also using the gradle kotlin-multiplatform and could someone tell me where I can put the compiler flag in the plugin?
In addition: is there a describtion of the kotlin-multiplatform gradle plugin anywhere? I mean something like an API of it, all the possible things one can do with it? All I could find were tutorials that describe a part of it. I also was not able to find the source for it. Forgive me if this a silly question, I am quite new to gradle as a whole.
g
gildor
10/19/2019, 10:34 AM
Yes, you can pass compiler flag to every module that suppress experimental annotations of particular type
Where could I find information on how to include node modules in the plugin? The plugin seems to support them, as I can tell from the available tasks. But also was not able to find any documentation on how to specify them
To be more precise, how can I affect what happens here?