Correction. Multiple native targets. I see that example already has one.
c
CLOVIS
05/12/2025, 9:45 AM
Yep. It will probably be an easy fix, I just need to find which attribute the Kotlin plugin uses to differentiate between them, and replicate it on the generated variants
a
altavir
05/12/2025, 9:46 AM
Thanks. I want to include resources into my own plugin.
c
CLOVIS
05/12/2025, 9:47 AM
If you want to create an MR, it should be added here and here. You can find out all the attributes using the
:outgoingVariants
task in the producer module
CLOVIS
05/12/2025, 9:48 AM
I can't do it myself at the moment, I'll take a look tonight or tomorrow night, but if you create a MR I can probably review it quicker than that
a
altavir
05/12/2025, 9:49 AM
Sadly, I won't have time to do a proper MR before the end of May. It requires some time to test.
👍 1
c
CLOVIS
05/12/2025, 9:49 AM
No problem. If it's easy to reproduce (looks like it is) there's a chance I can get it done + deploy a new version by the end of the week. No promises though.
a
altavir
05/12/2025, 9:50 AM
It is OK, it is a future state plugin version, I won't deploy it properly until 2.2.0 release.