Skip to content
This repository was archived by the owner on Aug 19, 2020. It is now read-only.

Conversation

@bamboo
Copy link
Member

@bamboo bamboo commented Oct 4, 2017

See #520

@bamboo bamboo added this to the 0.12.0 milestone Oct 4, 2017
@bamboo bamboo self-assigned this Oct 4, 2017
@bamboo bamboo requested a review from eskatos October 4, 2017 15:01
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm")
kotlin("jvm") version "1.1.51"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ This introduces the version string twice in this sole sample, better request without applying in the root project and request with no versions in sub-projects

}
dependencies {
compile(gradleKotlinDsl())
`kotlin-dsl`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍


dependencies {
"compile"(kotlin("stdlib"))
compile(kotlin("stdlib"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

\o/


apply {
plugin("kotlin")
kotlin("jvm")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

\o/

@@ -1,8 +1,8 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

buildscript {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

\o/

@bamboo bamboo merged commit a2f66e7 into develop Oct 4, 2017
@bamboo bamboo deleted the bamboo/no-default-version-for-kotlin-plugin branch October 4, 2017 16:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants