I managed to find solution, I had to bump version of gradle build plugin from 8.1.1 to at least:
buildscript { ... dependencies { classpath 'com.android.tools.build:gradle:8.2.2' } }