Skip to content

The apply function not have compatible to build.gradle.ktv #76

@DanielOlv

Description

@DanielOlv

The new AGP of Kotlin demands the DSL format, and build.gradle have kotlin versio.
So the line of aplly:

apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" apply from: project(':flutter_config').projectDir.getPath() + "/dotenv.gradle"
Is not compatible to new projects. So we have upgrade the package adding the new format line.
We should have done this a long time ago.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions