Skip to content

Conversation

sijanr
Copy link

@sijanr sijanr commented Oct 30, 2020

Closes #8

@jmfayard
Copy link
Collaborator

thanks @sijanr , will have a look and expand on it, but not very soon because I'm moving home 👍

@jmfayard jmfayard self-assigned this Oct 30, 2020
@LouisCAD LouisCAD changed the title For #8: Initial commit Add square/wire Oct 30, 2020
Copy link
Owner

@LouisCAD LouisCAD left a comment

Choose a reason for hiding this comment

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

I noted many things that are out of the scope of this PR.

Also, It seems that this PR is not ready, so I'm converting it to a draft until you request a review again.

Comment on lines 15 to -14
repositories {
mavenLocal()
mavenCentral()
Copy link
Owner

Choose a reason for hiding this comment

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

Why did you remove mavenCentral()?

Comment on lines +29 to +33
wire {
kotlin {

}
}
Copy link
Owner

Choose a reason for hiding this comment

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

Why this empty config?

maven(url = "https://dl.bintray.com/kotlin/kotlin-eap/")
}


Copy link
Owner

Choose a reason for hiding this comment

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

Why a random added line?

implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:_")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:_")
implementation("org.kodein.di:kodein-di:_")
implementation ("com.squareup.wire:wire-runtime:3.4.0")
Copy link
Owner

Choose a reason for hiding this comment

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

Did you read the contributing guide? If so, please read it again, otherwise, please read it, there's some important considerations regarding adding dependencies.

Comment on lines -94 to +104
tasks.register("run", JavaExec::class.java) {
this.main = "playground._mainKt"
}

Copy link
Owner

Choose a reason for hiding this comment

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

Why this random line break?

Comment on lines -94 to -96
tasks.register("run", JavaExec::class.java) {
this.main = "playground._mainKt"
}
Copy link
Owner

Choose a reason for hiding this comment

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

Why did you remove this?

Comment on lines -4 to +11
repositories { mavenLocal() ; gradlePluginPortal() }
repositories { mavenLocal() }
Copy link
Owner

Choose a reason for hiding this comment

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

Why did you remove the gradlePluginPortal() repo?

id("com.gradle.enterprise") version "3.4.1"
}


Copy link
Owner

Choose a reason for hiding this comment

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

Why this line break?

}
}


Copy link
Owner

Choose a reason for hiding this comment

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

Why this line break?

Comment on lines +3 to +4
fun main() {
} No newline at end of file
Copy link
Owner

Choose a reason for hiding this comment

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

Why this empty main function?

@LouisCAD LouisCAD marked this pull request as draft October 30, 2020 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sample wanted for square/wire

3 participants