Skip to content

Commit

Permalink
Upgrade kotlinx metadata to 0.1.0
Browse files Browse the repository at this point in the history
Bug: 138975804
Change-Id: Ib7873a3acb1414194f7121a9baa73aef4726f7cb
  • Loading branch information
jsjeon committed Aug 7, 2019
1 parent 3634173 commit 2012478
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ext {
junitVersion = '4.13-beta-2'
mockitoVersion = '2.10.0'
kotlinVersion = '1.3.11'
kotlinExtMetadataJVMVersion = '0.0.4'
kotlinExtMetadataJVMVersion = '0.1.0'
smaliVersion = '2.2b4'
errorproneVersion = '2.3.2'
testngVersion = '6.10'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ public KmConstructorExtensionVisitor visitExtensions(KmExtensionType type) {
return new JvmConstructorExtensionVisitor() {
@Override
public void visit(JvmMethodSignature desc) {
assert name.equals(desc.getName());
descriptor = desc.getDesc();
}
};
Expand Down

0 comments on commit 2012478

Please sign in to comment.