Closed thiagoms83 closed 3 years ago
Hi, @thiagoms83! Could you let me know the error message or your example project? Thanks!
After run the task build gradle, in Preferences_Config generate by my example, it is displayed in messages:
return (AccessToken)super.getAccessTokenFunction(value.convertType(preference.getString("AccessToken", null));
^
1 error
error: ')' expected
Released a new stable 1.2.2
!
Add a clear description about the problem.
@PreferenceFunction annotation doesn't work with target that is an object marked with @TypeConverter. Example:
The code above generate a error code in the corresponding Preference_ file: