aar2jar icon indicating copy to clipboard operation
aar2jar copied to clipboard

Gradle plugin which will help you to add Aar dependencies into your java|kotlin modules

Results 3 aar2jar issues
Sort by recently updated
recently updated
newest added

Hi. Are you planning to support a plugin for KMM? For example, I need a task for `jvmMain` targeting - `jvmMainCompileOnlyAarAsJar` or `jvmTestImplementationAarAsJar`. This will not work in the current...

I want to do the same with my project which is in maven. Is there a way I can use this plugin with maven.

``` plugins { id("kotlin") id("com.stepango.aar2jar") version "0.6" } ``` Error: ``` Caused by: java.lang.IllegalStateException: Could not create domain object 'compileOnlyAar' (Configuration) ... Caused by: org.gradle.api.UnknownDomainObjectException: Extension of type 'JavaPluginConvention' does...