Giter Site home page Giter Site logo

Retrofit adapter about reaktive HOT 14 CLOSED

badoo avatar badoo commented on May 12, 2024
Retrofit adapter

from reaktive.

Comments (14)

CherryPerry avatar CherryPerry commented on May 12, 2024

I don't think they will accept this adapter.
And I am not sure about adding it here. We don't use Retrofit, so I think this adapter will become unmaintained in the nearest future.

If you need this adapter, you can host it on your account, and we will mention you in readme.

@arkivanov What do you think?

from reaktive.

arkivanov avatar arkivanov commented on May 12, 2024

I would try adding it to Retrofit repo. If rejected then add it here. The feature is nice to have anyway.

from reaktive.

arkivanov avatar arkivanov commented on May 12, 2024

Are there any news?

from reaktive.

AlexeyKorshun avatar AlexeyKorshun commented on May 12, 2024

@arkivanov at the moment there is no news. I try to create PR to square repository in next weekends.

from reaktive.

AlexeyKorshun avatar AlexeyKorshun commented on May 12, 2024

Jake didn't appreciate the idea. issue

from reaktive.

AlexeyKorshun avatar AlexeyKorshun commented on May 12, 2024

i have a trouble with using reaktive module in java module. I have warning 'java module can't use android dependency" and i can to create test. do you know how to fix this problem?

from reaktive.

arkivanov avatar arkivanov commented on May 12, 2024

Could you please share your build.gradle or pom.xml ?

from reaktive.

AlexeyKorshun avatar AlexeyKorshun commented on May 12, 2024

build.gradle

plugins {
    id 'org.jetbrains.kotlin.jvm'
    id 'maven-publish'
}

group = reaktive_group_id
version = reaktive_version

publishing {
    publications {
        jvm(MavenPublication) {
            from components.java
        }
    }
}

dependencies {
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
    implementation project(':reaktive')
    implementation deps.retrofit
}

apply plugin: PublishPlugin

it is like rxjava2-interop module.
Screenshot 2019-10-16 at 20 18 22
and after sync I have warnings for 3 modules.

from reaktive.

arkivanov avatar arkivanov commented on May 12, 2024

These warnings are fine, not really sure why it's happening.

from reaktive.

AlexeyKorshun avatar AlexeyKorshun commented on May 12, 2024

Try to specify the dependency as implementation project(':reaktive-jvm')

it don't help
Project with path ':reaktive-jvm' could not be found
I understand this warning isn't important. But when I execute a test it says that can't resolve dependancy from reaktive module.

from reaktive.

AlexeyKorshun avatar AlexeyKorshun commented on May 12, 2024

I will try to resolve dependency from maven, but I m not sure that is great.

from reaktive.

arkivanov avatar arkivanov commented on May 12, 2024

Try to specify the dependency as implementation project(':reaktive-jvm')

it don't help
Project with path ':reaktive-jvm' could not be found
I understand this warning isn't important. But when I execute a test it says that can't resolve dependancy from reaktive module.

The warning itself is not important and it works for rxjava interop modules. Tests are also fine. Please double check that everything is same.

from reaktive.

arkivanov avatar arkivanov commented on May 12, 2024

Dependency should be specified as project(':reaktive'), sorry for confusions

from reaktive.

arkivanov avatar arkivanov commented on May 12, 2024

Feel free to post any errors you have, I'm here to help.

from reaktive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.