MarioAriasC / funKTionale

Functional constructs for Kotlin
915 stars 71 forks source link

Hi, gradle compile maybe not work at 1.2 version #40

Closed fly7632785 closed 6 years ago

fly7632785 commented 6 years ago
repositories {
    mavenCentral()
    jcenter()
    maven { url "https://jitpack.io" }
}

dependencies {
    compile 'org.funktionale:funktionale:1.2'
}
MarioAriasC commented 6 years ago

dependencies { compile 'org.funktionale:funktionale:1.2' }

Isn't a valid dependency, do you mean funktionale-all?

fly7632785 commented 6 years ago

yes, maybe my use is wrong. I used to 0.8, just change to 1.2 “ compile 'org.funktionale:funktionale-all:1.2'” is ok Thanks, by the way. This is a good lib.