Create test for resolving with compiled kotlin dependency
Test for resolving fake overrides from binaries
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package dependency
|
||||
|
||||
public open class A() {
|
||||
public open fun f() {}
|
||||
}
|
||||
Reference in New Issue
Block a user