Hello, @Claudia.Landivar the problem is solved by adding closure in Gradle kotlin kts adeum {
account(closureOf<com.appdynamics.android.gradle.ADPluginExtension.Account> {
this.name ="xxx"
this.licenseKey ="yyy"
})
proguardMappingFileUpload(closureOf<com.appdynamics.android.gradle.ADPluginExtension.ProguardConfig> {
this.failBuildOnUploadFailure = true
this.enabled = true
})
} please update your documentation for this case, KTS is spreading now in Android development community
... View more