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
I have problems using IBGTheme.Builder in Java.
Here's what I get for setPrimaryColor for example:
As far as I understand it's an autogenerated setter for var primaryColor: Int = 0 that is clashing with fun setPrimaryColor(@ColorInt color: Int): Builder defined in the same builder class.
Am I missing something, is there a way to instantiate the theme somehow in Java?
The SDK version that I'm using: 14.2.1
The text was updated successfully, but these errors were encountered:
I have problems using
IBGTheme.Builder
in Java.Here's what I get for
setPrimaryColor
for example:As far as I understand it's an autogenerated setter for
var primaryColor: Int = 0
that is clashing withfun setPrimaryColor(@ColorInt color: Int): Builder
defined in the same builder class.Am I missing something, is there a way to instantiate the theme somehow in Java?
The SDK version that I'm using: 14.2.1
The text was updated successfully, but these errors were encountered: