Skip to content

Commit 5150404

Browse files
Kordyjanzarechenskiy
authored andcommitted
Removes project from cache during gradle resynchronisation
1 parent 9ed0ef7 commit 5150404

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kotlin-eclipse-gradle/src/org/jetbrains/kotlin/gradle/configurator/KotlinProjectConfigurator.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class KotlinProjectConfigurator : ProjectConfigurator {
3030

3131
override fun configure(context: ProjectContext, monitor: IProgressMonitor) {
3232
val project = context.project
33+
KotlinEnvironment.removeEnvironment(project)
3334

3435
if (!::multiModel.isInitialized) return
3536
val model = multiModel[project.name]

0 commit comments

Comments
 (0)