[Gradle, JS] Deprecate for users to not use on their scripts
This commit is contained in:
committed by
Space Team
parent
8e088af337
commit
54a166b2a3
+3
@@ -3,6 +3,8 @@
|
|||||||
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
|
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@file:Suppress("DEPRECATION")
|
||||||
|
|
||||||
package org.jetbrains.kotlin.gradle.plugin
|
package org.jetbrains.kotlin.gradle.plugin
|
||||||
|
|
||||||
import groovy.lang.Closure
|
import groovy.lang.Closure
|
||||||
@@ -183,6 +185,7 @@ interface HasKotlinDependencies {
|
|||||||
get() = listOf(apiConfigurationName, implementationConfigurationName, compileOnlyConfigurationName, runtimeOnlyConfigurationName)
|
get() = listOf(apiConfigurationName, implementationConfigurationName, compileOnlyConfigurationName, runtimeOnlyConfigurationName)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Deprecated("Do not use in your build script")
|
||||||
fun warnNpmGenerateExternals(logger: Logger) {
|
fun warnNpmGenerateExternals(logger: Logger) {
|
||||||
logger.warn(
|
logger.warn(
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user