Giter Site home page Giter Site logo

Comments (4)

NLueg avatar NLueg commented on July 17, 2024 1

Aaah okay nice. Thanks for specifying this!
I will add this piece of code so that the warning will be solved for the next release.

from capacitor-firebase-dynamic-links.

NLueg avatar NLueg commented on July 17, 2024 1

I just released a version for Capacitor 5 which also solves this issue in version 5.0.1.

from capacitor-firebase-dynamic-links.

NLueg avatar NLueg commented on July 17, 2024

Hey there! This actually should be the case right now. Are you sure, that your configuration is correct?
The plugin builds with Java 11:

targetCompatibility JavaVersion.VERSION_11
, also I'm not getting any warning when I build android for my app.

from capacitor-firebase-dynamic-links.

selcuk-sahin avatar selcuk-sahin commented on July 17, 2024

Thanks for the quick reply, I narrowed down this warning a bit more.

This warning is only seen in the first build/compile after cleaning a project.

Since I saw the warning is related to a kotlin task, I experimented with this code & received no further warnings.

    compileOptions {
        sourceCompatibility JavaVersion.VERSION_11
        targetCompatibility JavaVersion.VERSION_11
    }
+    kotlinOptions {
+       jvmTarget = JavaVersion.VERSION_11
+    }

from capacitor-firebase-dynamic-links.

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.