You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it appeared. Currently val parameters are partly supported for group interface if and only if they have no annotations on properties at all. Need to think how to add support of that...
We need to add supporting of
val
properties in group analytics interface. Thus, the group interface will look like:instead of
And usage will be like
analyticsGroup.single
instead ofanalyticsGroup.single()
Thus, we will eliminate unnecessary brackets
The text was updated successfully, but these errors were encountered: