aboutsummaryrefslogtreecommitdiff
path: root/buildSrc/src/main
diff options
context:
space:
mode:
authorJiaxiang Chen <jiaxiang@google.com>2022-03-31 15:20:07 -0700
committerJiaxiang Chen <roaringacw@gmail.com>2022-04-04 10:20:31 -0700
commita693cd2445059cfe4a613a67e5a696bda4014ec3 (patch)
treeddc147a3058c1c3e4e362ce8692715d73562fe79 /buildSrc/src/main
parentf64dce61a7850841c6e9c272d74a93c5f7702421 (diff)
downloadksp-a693cd2445059cfe4a613a67e5a696bda4014ec3.tar.gz
Fix subtype checking for Java types.
Compiler subtype checking does not convert Java types to Kotlin types, while getting super types from a java type does the conversion, therefore resulting in subtype checking for Java types to fail. Check if candidate super type is a Java type, convert to Kotlin type for subtype checking. Potentially needs an ultimate fix in compiler for subtype checking.
Diffstat (limited to 'buildSrc/src/main')
0 files changed, 0 insertions, 0 deletions