Sarav Ramaswamy
12/17/2022, 7:32 AMerror: supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
class com.test.lib2.Lib2, unresolved supertypes: com.test.lib1.Lib1
If the App class is written in Java, I do not see the error. Any idea why the package boundary/visibility is an issue only for Kotlin and not for Java? I can use api
to get around this but my question is why Kotlin behaves diffierent?