You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This started with 1.0.22 snapshot (1.0.21 was fine). When there is only Java sources in a package Resolver.getDeclarationsFromPackage() can't find the declarations in it. But after adding Kotlin source it works fine.
It now works for Java sources for packages of one level, but doesn't seem to work for nested packages. Similar to the original issue adding Kotlin sources to the same package and it works.
This started with 1.0.22 snapshot (1.0.21 was fine). When there is only Java sources in a package
Resolver.getDeclarationsFromPackage()
can't find the declarations in it. But after adding Kotlin source it works fine.Repro: kuanyingchou@d150c00
The text was updated successfully, but these errors were encountered: