You can just combine all parts to a string, if there is no override with named arguments (do not remember, does it exist for generated configurations or not, if it does, compile(group = "com.test") will work
gildor
07/14/2020, 3:53 AM
Yep, it just works with named arguments
c
Christian Sousa
07/14/2020, 8:48 AM
It is giving me an unresolved reference, but I can’t seem to import the one that has those named arguments
Christian Sousa
07/14/2020, 8:55 AM
Because from what I’ve seen, we need to use the java plugin, but since I’m on a multiplatform project I cant use the java plugin because I already have the com.android.library
g
gildor
07/14/2020, 2:43 PM
Ahhh, it's interesting, looks that this configuration provided by mpp plugin and it doesn't have overload with named argument
gildor
07/14/2020, 2:44 PM
Worth to report an issue for Kotlin mpp plugin
But for now you can just concatenate all parts of dependency id (plus add
@pom
, if you really need it, but it usually not necessary)
gildor
07/14/2020, 2:45 PM
Do you apply this dependency not in standard dependencies block, but in mpp configuration block, right?