[Assign plugin] Add a compiler plugin for overloading assign ('=') operator
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
6052962f50
commit
09d6dfc8bf
@@ -223,7 +223,7 @@ if (kotlinBuildProperties.isInJpsBuildIdeaSync) {
|
||||
inheritOutputDirs = true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (this != rootProject) {
|
||||
evaluationDependsOn(path)
|
||||
}
|
||||
@@ -418,7 +418,7 @@ fun NamedDomainObjectContainer<TopLevelArtifact>.kotlinc() {
|
||||
directory("license") {
|
||||
directoryContent("$rootDir/license")
|
||||
}
|
||||
|
||||
|
||||
file("$rootDir/bootstrap/build.txt")
|
||||
}
|
||||
}
|
||||
@@ -520,7 +520,7 @@ fun RecursiveArtifact.sourceJarsFromConfiguration(configuration: Configuration,
|
||||
.resolvedArtifacts
|
||||
|
||||
jarsFromExternalModules(resolvedArtifacts, renamer)
|
||||
|
||||
|
||||
resolvedArtifacts
|
||||
.map { it.id.componentIdentifier }
|
||||
.filterIsInstance<ProjectComponentIdentifier>()
|
||||
|
||||
Reference in New Issue
Block a user