Skip to content
Commit 11ab9505 authored by Haibo Huang's avatar Haibo Huang
Browse files

Fix compilation issues with new kotlin compiler

These code failed with kotlinc v1.3.31.

1) Drawable.draw is marked as @NotNull. The declaration in both side
doesn't match.

2) Seems kotlin doesn't recognize getMatrix / setMatrix as a property
now. This is a little weird but may also because of @NotNull annotation
in setMatrix parameter.

Test: build with old and new compiler
Change-Id: Id7f34229e29bbceb6271a0648acf3512c10ed04c
Merged-In: Id5a85c787876248e610cc668f54e7bd40629d4e0
parent 70682e9f
Loading
Loading
Loading
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