Could not get unknown property 'kotlin_version' and compileSdkVersion is not specified

Hey guys, i updated my Android engine from 9.1.0 to 11.0.0

And now i’m having some problems with one plugin. In Android 9.1.0 it just build fine, but with the latest update i can’t use it anymore.
Any advice?

Here is the voultbuilder.log

BUILD SUCCESSFUL in 4s
1 actionable task: 1 executed
Subproject Path: CordovaLib
Subproject Path: app
Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script '/platforms/android/cordova-plugin-netcontroll-integration-pagseguro/pdv-build.gradle' line: 25

* What went wrong:
A problem occurred evaluating script.
> Could not get unknown property 'kotlin_version' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
A problem occurred configuring project ':app'.
> com.android.builder.errors.EvalIssueException: compileSdkVersion is not specified. Please add it to build.gradle

Can you post the complete log, your config.xml and the plugin you’re having issues with?

Hey!

Nevermind, I got it working!
It was our plugin cordova-plugin-netcontroll-integration-pagseguro.

Tryed to change the $kotlin_version bellow to 1.5.21 and worked fine on Android 10.1.2

classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

With that done the compileSDKVersion stopped showing as well.