HaxeExtension / extension-gpgrest

Openfl extension to use Google Play Games REST services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing dependency

ramsestom opened this issue · comments

On android or ios, fails with message:
C:/HaxeToolkit/haxe/lib/extension-gpgrest/1,0,1/Source/com/sempaigames/gplayrest/Auth.hx:4: characters 7-32 : Type not found : extension.webview.WebView
assume this is this https://github.com/openfl/extension-webview dependency that is missing...

Fixed. Corrected it by adding extension-webview dependency (see pull-request)