-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Global singletons are bad for testing, scoping, and composition. Use local ViewPump instances instead.
private fun initCustomFont() { val calligraphyBuilder = CalligraphyConfig.Builder().setDefaultFontPath("fonts/ft_regular.ttf") .setFontAttrId(R.attr.fontPath).build() val viewPumpInterceptor = CalligraphyInterceptor(calligraphyBuilder) val viewPumpBuilder = ViewPump.builder().addInterceptor(viewPumpInterceptor).build() ViewPump.init(viewPumpBuilder) }
After upgrading to AGP 8.0.1. I am getting this exception.
Attached screenshot for reference.
abunayem, Mouadabdelghafouraitali, ankitsaini1155-AGL and liiiiamb
Metadata
Metadata
Assignees
Labels
No labels