[IDEA plugin for K/N] Source code reorganization

Move Gradle part of plugin from 'idea-gradle/native' to
'idea-gradle-native' module
This commit is contained in:
Dmitriy Dolovov
2018-09-05 12:35:34 +03:00
committed by Mikhail Glukhikh
parent f6c61fbe30
commit 04fca2ac0d
6 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ val projectsToShadow by extra(listOf(
":idea:idea-native",
":idea:idea-core",
":idea:idea-gradle",
":idea:idea-gradle:native",
":idea:idea-gradle-native",
//":idea-ultimate",
":compiler:ir.psi2ir",
":compiler:ir.tree",
+1 -1
View File
@@ -77,7 +77,7 @@ include ":kotlin-build-common",
":idea:idea-android-output-parser",
":idea:idea-test-framework",
":idea:idea-native",
":idea:idea-gradle:native",
":idea:idea-gradle-native",
":idea",
":idea-runner",
":eval4j",