`@JvmName` is ignored for annotation property getters in both KOTLIN and KOTLIN_LIB. This was working fine but started failing in recent snapshot versions. Here's a repro: https://github.com/kuanyingchou/ksp/commit/18690a29bc48eeddaf3de4dc3af88a9466271e03
@JvmNameis ignored for annotation property getters in both KOTLIN and KOTLIN_LIB.This was working fine but started failing in recent snapshot versions. Here's a repro:
kuanyingchou@18690a2