Codename One构建与Kotlin相关的错误

时间:2017-10-02 04:04:13

标签: kotlin codenameone

在尝试构建我的应用程序的iOS调试版本时,我遇到了以下构建错误。我已经导入了Kotlin支持库,但实际上没有向我的应用添加任何Kotlin代码。这个错误来自哪里?

Error while working with the class: java/lang/annotation/Annotation file:kotlin_Deprecated no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_ExtensionFunctionType no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_Metadata no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_ReplaceWith no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_Suppress no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_UnsafeVariance no class definition   
Error while working with the class: java/lang/annotation/Annotation file:kotlin_annotation_MustBeDocumented no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_annotation_Repeatable no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_annotation_Retention no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_annotation_Target no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_internal_Exact no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_internal_HidesMembers no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_internal_InlineExposed no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_internal_InlineOnly no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_internal_LowPriorityInOverloadResolution no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_internal_NoInfer no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_internal_OnlyInputTypes no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_internal_PureReifiable no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_jvm_JvmField no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_jvm_JvmMultifileClass no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_jvm_JvmName no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_jvm_JvmOverloads no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_jvm_JvmStatic no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_jvm_JvmSuppressWildcards no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_jvm_JvmSynthetic no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_jvm_JvmVersion no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_jvm_JvmWildcard no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_jvm_PurelyImplements no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_jvm_Strictfp no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_jvm_Synchronized no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_jvm_Throws no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_jvm_Transient no class definition
Error while working with the class: java/lang/annotation/Annotation file:kotlin_jvm_Volatile no class definition
Error while working with the class: java/lang/annotation/Annotation file:org_jetbrains_annotations_Mutable no class definition
Error while working with the class: java/lang/annotation/Annotation file:org_jetbrains_annotations_NotNull no class definition
Error while working with the class: java/lang/annotation/Annotation file:org_jetbrains_annotations_Nullable no class definition
Error while working with the class: java/lang/annotation/Annotation file:org_jetbrains_annotations_ReadOnly no class definition

谢谢!

0 个答案:

没有答案