Open ctoabidmaqbool opened 4 months ago
Hi! In old javafxmobile-plugin, somethings like this can be used to include .aar files (and get .jar in resources while in development stage)
dependencies { androidCompile 'com.github.andob:android-awt:1.0.1' androidCompile 'com.android.support:support-v4:28.0.0' compile 'org.lsposed.hiddenapibypass:hiddenapibypass:4.3' } project.afterEvaluate { explodeAarDependencies(project.configurations.androidCompile) explodeAarDependencies(project.configurations.compile) }
but in gluonfx-gradle-plugin or gluonfx-maven-plugin i can't find such an option e.g. explodeAarDependencies
explodeAarDependencies
Hi! In old javafxmobile-plugin, somethings like this can be used to include .aar files (and get .jar in resources while in development stage)
but in gluonfx-gradle-plugin or gluonfx-maven-plugin i can't find such an option e.g.
explodeAarDependencies