Describe the bug
I was previously using com.datadoghq:datadog-api-client:1.1.0 After upgrading to version 2.28.0 I'm unable to import the class com.datadog.api.client.Configuration. See this error message:

Expected behavior
Maybe this class has been removed, however in the Datadog documentation it gives an example for this version of the datadog-api-client that has the Configuration import: https://docs.datadoghq.com/api/latest/?s=Configuration.getDefaultApiClient%28%29#client-libraries

Environment and Versions (please complete the following information):
I'm working with Kotlin Gradle app.
Describe the bug

I was previously using
com.datadoghq:datadog-api-client:1.1.0After upgrading to version2.28.0I'm unable to import the classcom.datadog.api.client.Configuration. See this error message:Expected behavior
Maybe this class has been removed, however in the Datadog documentation it gives an example for this version of the datadog-api-client that has the Configuration import: https://docs.datadoghq.com/api/latest/?s=Configuration.getDefaultApiClient%28%29#client-libraries
Environment and Versions (please complete the following information):
I'm working with Kotlin Gradle app.