Oleksii
11/13/2017, 3:52 PMbascarsija
11/13/2017, 6:33 PMThere is that fuzz around Android actively adopting Kotlin as a primary programming language.this might read better as:
There is that buzz around Android actively adopting Kotlin as a primary programming language.
Oleksii
11/13/2017, 8:40 PMvoddan
11/14/2017, 2:55 PMKotlin’s build times are ... about two times slower than JavaWowowow! That needs evidence and/or correction https://medium.com/keepsafe-engineering/kotlin-vs-java-compilation-speed-e6c174b39b5d
Oleksii
11/14/2017, 7:52 PMvoddan
11/15/2017, 4:22 AMAnd you need both compile runs if your app is mixed Java/KotlinI think Kotlin compilation times already include compiling the Java, e.i. those N seconds are already javac+kotlinc+javac for clean builds. For incremental builds the system is smart enough to mitigate the overhead completely.
Oleksii
11/15/2017, 5:48 AMapply plugin: "kotlin"
to our Gradle file together with kotlin-spring and kotlin-autoopen plugins. We added compile dependency for Kotlin stdlib and Kotlin reflect lib.
Anything rings the bell?voddan
11/16/2017, 5:22 AMOleksii
11/16/2017, 9:55 AM