Increase ABI & stub version
See previous commits for motivation
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ import org.jetbrains.kotlin.psi.stubs.KotlinFileStub;
|
|||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
public class JetFileElementType extends IStubFileElementType<KotlinFileStub> {
|
public class JetFileElementType extends IStubFileElementType<KotlinFileStub> {
|
||||||
public static final int STUB_VERSION = 60;
|
public static final int STUB_VERSION = 61;
|
||||||
|
|
||||||
private static final String NAME = "kotlin.FILE";
|
private static final String NAME = "kotlin.FILE";
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ public final class JvmAbi {
|
|||||||
* - Patch version can be increased freely and is only supposed to be used for debugging. Increase the patch version when you
|
* - Patch version can be increased freely and is only supposed to be used for debugging. Increase the patch version when you
|
||||||
* make a change to the metadata format or the bytecode which is both forward- and backward compatible.
|
* make a change to the metadata format or the bytecode which is both forward- and backward compatible.
|
||||||
*/
|
*/
|
||||||
public static final BinaryVersion VERSION = BinaryVersion.create(0, 29, 0);
|
public static final BinaryVersion VERSION = BinaryVersion.create(0, 30, 0);
|
||||||
|
|
||||||
public static final String DEFAULT_IMPLS_CLASS_NAME = "DefaultImpls";
|
public static final String DEFAULT_IMPLS_CLASS_NAME = "DefaultImpls";
|
||||||
public static final String DEFAULT_IMPLS_SUFFIX = "$" + DEFAULT_IMPLS_CLASS_NAME;
|
public static final String DEFAULT_IMPLS_SUFFIX = "$" + DEFAULT_IMPLS_CLASS_NAME;
|
||||||
|
|||||||
Reference in New Issue
Block a user