hi,
i use Android Studio Chipmunk | 2021.2.1 Patch 2 and gradle 7.4 build 7.2.2.
I got a file in the assets directoriy and there is alway an information bar that said:
This file is not ârt of the project. Please include it in the appropriate build file(build gradle,CMakeListor android.mk etc) and sync project.
The problem is new whit the last android studio version.
So i need to remove this file to be part of the gradle processus. Because any time i what to modified or copy/paste there is a procees that use 50% of the CPU. For every lettre inserted.
I cannot really fully follow what you are saying.
But it very much sounds like you are not talking about Gradle, but about a misbehavior in Android Studio when it too often syncs the Gradle build, so you should probably head to Android Studio maintainers instead.
From what you wrote it sounds to me like Android Studio is doing the check and complains, not Gradle.
But I never have seen something similar.
Could of course also be some Android quirk, Android is always a bit special.