Skip to content
Snippets Groups Projects
Commit 8b707232 authored by Tor Norbye's avatar Tor Norbye
Browse files

Switch to UAST 1.3

This adds support for Kotlin 1.3, which also has the side
effect of switching packages for coroutine signatures.
This required a number of changes; for one thing, in
various places the PSI annotations would say @Nullable
for things like default parameters whereas the UAnnotations
correctly were marked as @NonNull, so metalava had to
start looking at UAnnotations instead.

Test: Unit tests updated
Change-Id: I9a7537a215ce3f8d065d6183bc5f09ebdf3bf77a
parent 35a5c16f
No related branches found
No related tags found
No related merge requests found
Showing
with 535 additions and 68 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment