How to add `apply plugin` to build.gradle in Codename One Android project in order to add native library?

一笑奈何 提交于 2019-12-05 23:24:06

There is no current way of adding a new plugin entry, I've added a new build hint android.gradlePlugin which should be available in the next server update (Friday 29th of September 2017).

You should be able to use it like this (untested):

android.gradlePlugin=apply plugin: 'pluginA';apply plugin: 'pluginB';
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!