Background
After bumping up kotlin version to 1.5.10, private typealias
cannot be compiled correctly from android kotlin test targets. According to my test, this issue only happens on bazel for android kotlin rules. Gradle and bazel jvm rules works fine.
Repro
exmaple PR to repro this issue #548