Hello! When switching from Kotlin 1.5.31 to 1.6.0,...
# gradle
p
Hello! When switching from Kotlin 1.5.31 to 1.6.0, my gradle script start throwing exception. I have function fun configuration(target: KotlinJvmTarget): Configuration { return target.project.configurations.getByName(target.defaultConfigurationName) } at getByName part it is throwing org.gradle.api.artifacts.UnknownConfigurationException: Configuration with name 'implJvmDefault' not found. How can i fix it?