michaelsims
04/21/2017, 4:33 PMDalinar
04/22/2017, 5:50 AMwhat's this color setting called?▾
Colors & Fonts
cedric
04/22/2017, 6:01 AMDalinar
04/22/2017, 6:02 AMCzar
04/23/2017, 12:16 PMCzar
04/23/2017, 12:17 PMDalinar
04/24/2017, 12:40 AMCzar
04/24/2017, 6:23 AMCzar
04/24/2017, 9:54 AMparent (no code)
├ subproject1
├ subproject2
│ ├ subsubproject1
│ ├ subsubproject2
│ │...
│ ╰ subsubprojectN
╰ subproject3
in project's build.gradle
I have:```
buildscript {
ext { kotlinVersion = '1.1.1' }
//other stuff
dependencies {
classpath "org.jetbrains.kotlinkotlin gradle plugin$kotlinVersion"
//other stuff
}
}
in subproject2's `build.gradle` and *only* there I have:
configure(subprojects) {
apply plugin: 'kotlin'
//other stuff
}```
IntelliJ in Event Log proposes:```
1:39 PM Configure Kotlin
Configure modules in 'parent' project
as Kotlin (Gradle) modules
as Kotlin (Gradle (JavaScript)) modules
```
Why is that? I have Kotlin configured and working properly both in IntelliJ and Gradle.yole
04/24/2017, 9:56 AMCzar
04/24/2017, 9:56 AMCzar
04/24/2017, 9:56 AMyole
04/24/2017, 9:57 AMCzar
04/24/2017, 9:57 AMCzar
04/24/2017, 9:59 AMyole
04/24/2017, 10:00 AMCzar
04/24/2017, 10:01 AMVersion: @snapshot@
Czar
04/24/2017, 10:03 AMyole
04/24/2017, 10:05 AMCzar
04/24/2017, 10:07 AMCzar
04/24/2017, 10:39 AMnesl247
04/24/2017, 4:09 PMyole
04/24/2017, 4:19 PMnesl247
04/24/2017, 5:14 PMyole
04/24/2017, 5:17 PMnesl247
04/24/2017, 5:18 PMnesl247
04/24/2017, 5:23 PMmikehearn
04/25/2017, 11:19 AMchristophsturm
04/25/2017, 11:25 AMmikehearn
04/25/2017, 5:18 PM