Nikky
10/16/2018, 1:42 PMpokkeli
10/16/2018, 1:44 PMjmfayard
10/16/2018, 1:48 PMjmfayard
10/16/2018, 3:39 PMAlso check official migration guide, that covers the migration to the plugins block tooYes but the migration guide says something like "sometime the plugin works out of the box, sometimes it doesn't, sometime the plugin is type-safe, sometime it isn't" Also finding the right plugin ID is left as an exercise to the reader. This is why I'm suggesting to have a shared spreedsheet (wiki or something) where we could detail that
Dias
10/16/2018, 3:41 PMCould not resolve compiler classpath. Check if Kotlin Gradle plugin repository is configured in root project
> Could not resolve all files for configuration ':kotlinCompilerClasspath'.
> Cannot resolve external dependency org.jetbrains.kotlin:kotlin-compiler-embeddable:1.2.71 because no repositories are defined.
Required by:
project :
?Dias
10/16/2018, 3:41 PMNikky
10/16/2018, 5:15 PM$id:$id:$version
Paul Woitaschek
10/17/2018, 1:22 PMinternal
visibility an impact on build times?tapchicoma
10/17/2018, 2:18 PMPaul Woitaschek
10/17/2018, 2:33 PMPaul Woitaschek
10/17/2018, 2:33 PMA lot of the time, you are only changing internal implementation details of your code, e.g. editing a method body. Starting with Gradle 3.4, these so-called ABI-compatible changes no longer trigger recompilation of downstream projects. This especially improves build times in large multi-project builds with deep dependency chains.
Paul Woitaschek
10/17/2018, 2:34 PMspand
10/17/2018, 2:40 PMmadisp
10/17/2018, 2:45 PMinternal
method triggers recompilation of a downstream projectmadisp
10/17/2018, 2:47 PMspand
10/17/2018, 2:51 PMmadisp
10/17/2018, 3:05 PMrocketraman
10/19/2018, 3:01 AM[Step 1/2] org.gradle.api.InvalidUserDataException: Cannot change strategy of configuration ':kotlinScriptDef' after it has been resolved.
rocketraman
10/19/2018, 3:02 AMCI=true
Nikky
10/19/2018, 9:11 PMsince gradle plugin kotlin
just gives me setup instructtions for using the kotlin gradle plugin
but this was useful for me:
https://www.thedroidsonroids.com/blog/how-to-create-gradle-plugin-in-kotlin/
and this is nice example too : https://github.com/jmfayard/gradle-kotlin-dsl-libs (and you can just ask the author if stuff is not clear)JoeHegarty
10/19/2018, 9:15 PMjmfayard
10/20/2018, 8:02 AMNikky
10/20/2018, 9:41 AMzachtib
10/20/2018, 12:29 PMzachtib
10/20/2018, 12:30 PMJohan Vergeer
10/20/2018, 5:53 PMJohan Vergeer
10/20/2018, 5:54 PMJohan Vergeer
10/20/2018, 5:55 PMJohan Vergeer
10/20/2018, 5:56 PMannotations.main.txt
which containsJohan Vergeer
10/20/2018, 5:56 PM