Update Kotlin compiler/stdlib to 1.3.11

Adjust test expectations accordingly:
*) from ...IsAbsent to ...IsRemoved
  means newer kotlinc introduced property/accessor but R8 removed them,
  which is good.
*) from ...IsRemoved to ...IsAbsent
  What R8's optimizations removed is already taken care by kotlinc now,
  which is good, too.

Bug: 121107286
Change-Id: I85c80b216dad62b12e6230741fbc15bfe177c431
diff --git a/build.gradle b/build.gradle
index da3375e..769614c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,7 +18,7 @@
     gsonVersion = '2.7'
     junitVersion = '4.12'
     mockitoVersion = '2.10.0'
-    kotlinVersion = '1.2.30'
+    kotlinVersion = '1.3.11'
     kotlinExtMetadataJVMVersion = '0.0.4'
     smaliVersion = '2.2b4'
 }