赞
踩
Class ‘DataInfo’ is not abstract and does not implement abstract member public abstract fun describeContents(): Int defined in android.os.Parcelable
AGP版本 1.8.0
在app/build.gradle plugins 里添加 id ‘kotlin-parcelize’
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'kotlin-parcelize'
}
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。