Giter Club home page Giter Club logo

Comments (4)

fuzzybinary avatar fuzzybinary commented on July 17, 2024 1

Great to hear, thanks @rohith-alphanso . I'm curious if there was another library that depended on androidx.work.

from dd-sdk-flutter.

fuzzybinary avatar fuzzybinary commented on July 17, 2024

HI @rohith-alphanso,

Thanks for reporting the issue.

This is because we updated our Kotlin runtime in version 2.0. Can you check your android/build.gradle file and android/app/build.gradle file to see if you're adding a dependency on androidx.work:work-runtime-ktx? If so, does updating it to 2.8.0 or above fix your issue?

You may also want to check for the Kotlin gradle plugin (org.jetbrains.kotlin:kotlin-gradle-plugin) which we recommend be at 1.8.22 or above.

If these fix your issues, I'll make sure to add this to our MIGRATING and troubleshooting documentation.

Thanks!

(edit: add Kotlin gradle plugin info)

from dd-sdk-flutter.

rohith-alphanso avatar rohith-alphanso commented on July 17, 2024

Hi Jeff,
we don't have any dependency on androidx.work:work-runtime-ktx
also org.jetbrains.kotlin:kotlin-gradle-plugin we are using version 1.9.0 which is aligns with recommended version

from dd-sdk-flutter.

rohith-alphanso avatar rohith-alphanso commented on July 17, 2024

Hi Jeff,
The issue is fixed after adding this in dependencies

def work_version = "2.8.1"
implementation "androidx.work:work-runtime-ktx:$work_version"

in
android/app/build.gradle

from dd-sdk-flutter.

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.