-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Generic View Type #24
Comments
试一下 1.8.20-1.2.0-SNAPSHOT。 |
|
snapshot 依赖需要添加如下 maven 仓库地址: |
|
现在好了,再看看 |
@bennyhuo @RicardoKanYun 接入1.8.20-1.2.0-SNAPSHOT,还有这个地方的泛型报错, |
稍等,我 Fix 一下 |
已经更新,再编译一下试试,版本号不变 |
@bennyhuo 更新编译了,还是不行 |
kace-runtime 也需要清一下缓存的 |
没有问题的话我准备直接发正式版了。有问题可以随时把 issue 打开。 |
Generated files from layout contains generic view type cannot compile.
The type of pickerView is
UIKitOptionsExtPickerView<T>
.Consider generating Java source code to avoid the generic arguments by taking advance of the Java raw type.
The text was updated successfully, but these errors were encountered: