类 KotlinUnsupportedVersionChecker
- java.lang.Object
-
- proguard.util.kotlin.KotlinUnsupportedVersionChecker
-
- 所有已实现的接口:
Pass
public class KotlinUnsupportedVersionChecker extends java.lang.Object implements Pass
This pass checks the attached a class' attached Kotlin metadata for unsupported metadata. Unsupported metadata may be attached to a class ifKotlinMetadataInitializercould not initialize the metadata model.An exception is thrown if the cause is that the
KotlinMetadataInitializerdoes not support the specific version; otherwise, the metadata is simply removed.