google / ksp

Kotlin Symbol Processing API

Home Page:https://github.com/google/ksp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[KSP2] Resolver.getDeclarationsFromPackage() couldn't find Java declarations

kuanyingchou opened this issue · comments

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