[Gradle, JS] Remove deprecated configurations

This commit is contained in:
Ilya Goncharov
2020-02-20 11:23:50 +03:00
parent 92291c03e8
commit aefaa6dc7f
@@ -49,11 +49,9 @@ open class KotlinJsPlugin(
.forEach { baseCompilationName ->
listOf(
COMPILE_ONLY,
COMPILE,
IMPLEMENTATION,
API,
RUNTIME_ONLY,
RUNTIME
RUNTIME_ONLY
).forEach { baseConfigurationName ->
configurations.maybeCreate(
lowerCamelCaseName(