Skip to content
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

使用多个ViewBinding泛型遇到的问题 #69

Open
Vihanmy opened this issue May 23, 2024 · 0 comments
Open

使用多个ViewBinding泛型遇到的问题 #69

Vihanmy opened this issue May 23, 2024 · 0 comments

Comments

@Vihanmy
Copy link

Vihanmy commented May 23, 2024

请教一下, genericOwner 如果有多个 ViewBinding 泛型的时候, 有什么推荐的使用方法吗

`
class BaseBindingClass<VB1 : ViewBinding, VB2: ViewBinding> ()

val obj = BaseBindingClass<RightViewBinding, LeftViewBinding>
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant