Skip to content

Commit

Permalink
Revert "Update to Kotlin 1.6.0-dev-328"
Browse files Browse the repository at this point in the history
This reverts commit 4878e59.
  • Loading branch information
neetopia committed Nov 12, 2021
1 parent d2a354a commit 58bf3d9
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Expand Up @@ -381,7 +381,7 @@ public KspTestFile createFile(@Nullable TestModule module, @NotNull String fileN
}

@Override
public TestModule createModule(@NotNull String name, @NotNull List<String> dependencies, @NotNull List<String> friends, @NotNull List<Integer> abiVersions) {
public TestModule createModule(@NotNull String name, @NotNull List<String> dependencies, @NotNull List<String> friends) {
return new TestModule(name, dependencies, friends);
}
});
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,7 +1,7 @@
# Copied from kotlinc
org.gradle.jvmargs=-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx2200m -Dfile.encoding=UTF-8

kotlinBaseVersion=1.6.0-dev-328
kotlinBaseVersion=1.5.30-dev-2862
agpBaseVersion=4.2.0
intellijVersion=202.7660.26
junitVersion=4.12
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 58bf3d9

Please sign in to comment.