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

After crwating new project in flutter in project root bild.gradle file have no define buildscript #5

Open
Mitpatel13 opened this issue Jan 2, 2024 · 1 comment

Comments

@Mitpatel13
Copy link

After crwating new project in flutter in project root bild.gradle file have no define buildscript how can i get this type of
buildscript {

ext.kotlin_version = '1.9.10'
repositories {
    google()
    mavenCentral()
}

dependencies {
    classpath 'com.google.gms:google-services:4.4.0'
    classpath 'com.android.tools.build:gradle:7.1.3'
    classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}"

}

}

@mo7amedaliEbaid
Copy link
Owner

mo7amedaliEbaid commented Jan 2, 2024

Let me understand,
you created a new project, and transferred the dart code and pubspec.yaml to your new project,
then you faced this issue.
is this what happened ?!
@Mitpatel13

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

No branches or pull requests

2 participants