build.gradle -> build.gradle.kts for google gradle plugin example
I converted the build.gradle file to build.gradle.kts. The plugin does not seem to be applying properly. I’m not sure what I am doing wrong. Here is the project:
https://github.com/richardcatlin/helloworld-new-plugins.git
Here is the error:
Richards-MacBook-Pro:helloworld-new-plugins richardcatlin$ gradle -b build.gradle.kts appengineDeploy
e: /Users/richardcatlin/workspace-2017-05/helloworld-new-plugins/build.gradle.kts
561: Unresolved reference: appengine
..