This error happens when the Gradle Kotlin DSL cache gets corrupted. Cleaning the cache and rebuilding usually fixes it.
Quick Fix:
Delete the corrupted Gradle cache: rm -rf ~/.gradle/caches/*/kotlin-dsl
Clean your Flutter project: flutter clean
Get dependencies: flutter pub get
Rebuild: flutter build apk