Skip to content

Using compile(..) instead of implementation(...) in unityLibrary build.gradle #539

Open
@PickleCubeSoftwareLtd

Description

@PickleCubeSoftwareLtd

[REQUIRED] Please fill in the following fields:

  • Unity editor version: 2021.3.9f1
  • External Dependency Manager version: 1.2.172
  • Source you installed EDM4U: .unitypackage
  • Features in External Dependency Manager in use: Android Resolver
  • Plugins SDK in use: HBRecorder
  • Platform you are using the Unity editor on: Mac

[REQUIRED] Please describe the question here:

Hello,
I am trying to include HBRecorder library.
When I build the Android project to work on my implementation, it cannot find the the import statement for the library.

Searching around online, the only way I can get it to import, is if I change the implementation(...) statement to compile(...) inside of the unity libraries' build.gradle. From there I can import, compile and run the application.

Is there anyway I can get this to auto generate the 'compile' statement rather than change it manually every time?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions