Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add square/wire #84

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Add square/wire #84

wants to merge 1 commit into from

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?

google()
jcenter()
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?

@@ -49,6 +58,7 @@ dependencies {
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?

@@ -12,6 +19,7 @@ plugins {
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?

@@ -21,6 +29,7 @@ gradleEnterprise {
}
}


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() {
}
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