[FIR] Filter out incorrect library provides for dependencyProviders
Get rid of providers duplication
This commit is contained in:
committed by
Space Team
parent
8883de3f00
commit
194d1cfccf
+19
@@ -0,0 +1,19 @@
|
||||
// -- Module: <common> --
|
||||
package
|
||||
|
||||
public expect fun g0(): kotlin.String
|
||||
|
||||
// -- Module: <intermediate1> --
|
||||
package
|
||||
|
||||
public expect fun g0(): kotlin.String
|
||||
|
||||
// -- Module: <intermediate2> --
|
||||
package
|
||||
|
||||
public expect fun g0(): kotlin.String
|
||||
|
||||
// -- Module: <main> --
|
||||
package
|
||||
|
||||
public actual fun g0(): kotlin.String
|
||||
Reference in New Issue
Block a user