[Gradle, JS] Js compiler type in interface

This commit is contained in:
Ilya Goncharov
2020-02-18 19:12:51 +03:00
parent 36631a5954
commit 3d30598774
3 changed files with 18 additions and 9 deletions
@@ -0,0 +1,10 @@
/*
* Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.gradle.plugin
interface KotlinJsCompilerTypeHolder {
val defaultJsCompilerType: JsCompilerType
}