google / filament

Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
https://google.github.io/filament/
Apache License 2.0
17.75k stars 1.88k forks source link

android samples FilamentPlugin: replace legacy "apply plugin" with "plugins id" #4739

Closed clayly closed 2 years ago

clayly commented 3 years ago

There may be some difficulties for novices to use your plugin according to Gradle recommendations.

So as solution i applied "gradle plugin id" to FilamentPlugin and changed samples accordingly.

clayly commented 3 years ago

Corresponding PR: https://github.com/google/filament/pull/4740