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
|
||||
|
||||
### Deprecated
|
||||
- bson support
|
||||
|
||||
### 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.fromJsDependencies
|
||||
|
||||
@Suppress("UNUSED_VARIABLE")
|
||||
open class KScienceCommonPlugin : Plugin<Project> {
|
||||
override fun apply(project: Project): Unit = project.run {
|
||||
//Common configuration
|
||||
|
Loading…
Reference in New Issue
Block a user