[KPM] IdeaKotlinVariantImpl: Set serialVersionUID to 0
KT-51262 KT-51220
This commit is contained in:
committed by
Space
parent
669c23dbb6
commit
7a2eaa5101
+5
-1
@@ -17,4 +17,8 @@ data class IdeaKotlinVariantImpl(
|
||||
internal val fragment: IdeaKotlinFragment,
|
||||
override val variantAttributes: Map<String, String>,
|
||||
override val compilationOutputs: IdeaKotlinCompilationOutput,
|
||||
) : IdeaKotlinVariant, IdeaKotlinFragment by fragment
|
||||
) : IdeaKotlinVariant, IdeaKotlinFragment by fragment {
|
||||
companion object {
|
||||
private const val serialVersionUID = 0L
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user