[Gradle, JS] Remove deprecated configurations
This commit is contained in:
+1
-3
@@ -49,11 +49,9 @@ open class KotlinJsPlugin(
|
|||||||
.forEach { baseCompilationName ->
|
.forEach { baseCompilationName ->
|
||||||
listOf(
|
listOf(
|
||||||
COMPILE_ONLY,
|
COMPILE_ONLY,
|
||||||
COMPILE,
|
|
||||||
IMPLEMENTATION,
|
IMPLEMENTATION,
|
||||||
API,
|
API,
|
||||||
RUNTIME_ONLY,
|
RUNTIME_ONLY
|
||||||
RUNTIME
|
|
||||||
).forEach { baseConfigurationName ->
|
).forEach { baseConfigurationName ->
|
||||||
configurations.maybeCreate(
|
configurations.maybeCreate(
|
||||||
lowerCamelCaseName(
|
lowerCamelCaseName(
|
||||||
|
|||||||
Reference in New Issue
Block a user