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

Grdale 8 support? #420

Closed
sanidhya09 opened this issue Aug 7, 2023 · 3 comments
Closed

Grdale 8 support? #420

sanidhya09 opened this issue Aug 7, 2023 · 3 comments

Comments

@sanidhya09
Copy link

My project is using gradle 8.0.0, but your library is in gradle 7.5, when can we expect the update?

@sowens-csd
Copy link
Contributor

I usually try to keep in sync with the current version used by new Flutter projects. Looks like Flutter is currently using 7.5? Did you upgrade your Gradle version manually or did Flutter create a new project for you that used Gradle 8?

@m-derakhshi
Copy link
Contributor

@sowens-csd

Failed to query the value of property 'buildFlowServiceProperty'.
> Could not isolate value org.jetbrains.kotlin.gradle.plugin.statistics.BuildFlowService$Parameters_Decorated@6fcb99e7 of type BuildFlowService.Parameters
   > A problem occurred configuring project ':speech_to_text'.
      > Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.
         > Namespace not specified. Specify a namespace in the module

i cant create pull request:



    namespace 'com.csdcorp.speech_to_text'
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }

    kotlinOptions {
        jvmTarget = '1.8'
    }
    

@sowens-csd
Copy link
Contributor

Sorry, I had misunderstood your request. I thought you were asking for Gradle 8 support but I now see your PR is just setting some compile compatibility options. Those look good. I'll review the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants