Skip to content

configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. #146

@pprathameshmore

Description

@pprathameshmore

Short, Informative Title

In-app Gradle file, all dependency still using 'compile' configuration, So we have to upgrade as per new guidelines.

Issue Explanation (Background, Importance, etc.)

Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'API'.
It will be removed at the end of 2018. So we have to upgrade app level Gradle file.

Expected Behaviour

A project should run properly with all dependencies.

Actual Behaviour

A project is not compiling.
compile

Steps to Reproduce Actual Behaviour

  1. Clone on a local machine
  2. Open kute-android-app from Android Studio
  3. Download required SDK Tool

Additional Information

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