Skip to content

Commit

Permalink
Bump kotlin compiler version to 1.4.10, since 3.72 is not available a…
Browse files Browse the repository at this point in the history
…nymore
  • Loading branch information
oliviernotteghem committed Nov 9, 2020
1 parent 671a881 commit e0bfe82
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ public class KotlinExtension {
@Nullable public String compilerZipSha256;

KotlinExtension(Project project) {
this.version = "3.72.0";
this.compilerZipSha256 = "ccd0db87981f1c0e3f209a1a4acb6778f14e63fe3e561a98948b5317e526cc6c";
this.version = "1.4.10";
this.compilerZipSha256 = "bb1a21d70e521a01ae104e99a082a6e7bb58699b86347049da521d175d0dace7";
}

public String getCompilerZipDownloadUrl() {
Expand Down

0 comments on commit e0bfe82

Please sign in to comment.