Update kotlin to 1.5.10
This commit is contained in:
parent
5cd86474de
commit
24af07eb7b
@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- API validation disabled for dev versions
|
- API validation disabled for dev versions
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
- bson support
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
@ -14,6 +14,7 @@ import ru.mipt.npm.gradle.internal.applyRepos
|
|||||||
import ru.mipt.npm.gradle.internal.applySettings
|
import ru.mipt.npm.gradle.internal.applySettings
|
||||||
import ru.mipt.npm.gradle.internal.fromJsDependencies
|
import ru.mipt.npm.gradle.internal.fromJsDependencies
|
||||||
|
|
||||||
|
@Suppress("UNUSED_VARIABLE")
|
||||||
open class KScienceCommonPlugin : Plugin<Project> {
|
open class KScienceCommonPlugin : Plugin<Project> {
|
||||||
override fun apply(project: Project): Unit = project.run {
|
override fun apply(project: Project): Unit = project.run {
|
||||||
//Common configuration
|
//Common configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user