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

Ensure Gradle download works for SlateKit.Common #72

Closed
kishorereddy opened this issue Jul 12, 2018 · 0 comments
Closed

Ensure Gradle download works for SlateKit.Common #72

kishorereddy opened this issue Jul 12, 2018 · 0 comments
Assignees
Labels

Comments

@kishorereddy
Copy link
Contributor

kishorereddy commented Jul 12, 2018

This works.

  1. Checked download from maven of slatekit.common in small hello world project
  2. Setup page on www.slatekit.com is now updated. http://www.slatekit.com/kotlin-setup.html
  3. Setup page now emphasizes gradle as primary setup option
  4. Note, the maven url must be setup.
repositories {
    mavenCentral()
    maven {
        url  "http://dl.bintray.com/codehelixinc/slatekit"
    }
}

dependencies {
    compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
    compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
	
    // Reference the slate kit binaries here
    compile 'com.slatekit:slatekit-common:0.9.9'
    compile 'com.slatekit:slatekit-meta:0.9.9'
}
@kishorereddy kishorereddy self-assigned this Sep 23, 2018
@kishorereddy kishorereddy changed the title Ensure/Check Maven download for SlateKit.Common Ensure Gradle/Maven download works for SlateKit.Common Oct 27, 2018
@kishorereddy kishorereddy changed the title Ensure Gradle/Maven download works for SlateKit.Common Ensure Gradle download works for SlateKit.Common Oct 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant