project-replicator icon indicating copy to clipboard operation
project-replicator copied to clipboard

This project contains a Gradle plugin and a small command-line app that allows replicating the structure of a given Gradle project.

Results 8 project-replicator issues
Sort by recently updated
recently updated
newest added

Add styles resource generator Add resource references to style resources Add utilities to help in fetching resources Add resource model to code generator Add smaller sized images as the other...

Avoid adding suspend functions. Also, avoid using types that require OptIn annotation or compiler flags. This change also updates: - kotlin gradle plugin - Gradle TAPI version - kotlin std...

1) Validate dependencies only once, and memoize result 2) With --validate-dependencies flag do not write invalid deps in the build files

``` > Task :my-module:gatherModuleInfo e: Invalid xml file my-module/src/main/res/values/strings.xml line 4; column 10: DOCTYPE is disallowed when the feature "http://apache.org/xml/features/disallow-doctype-decl" set to true. ;` notation. And inlining that notation into...

Trying to apply the plugin as described in https://github.com/android/project-replicator/blob/master/docs/USAGE.md results in multiple build errors, at various times: ``` * What went wrong: A problem occurred evaluating project ':host-api-demo'. > KOTLIN_STAT_ENABLED_PROPERTY...

The replicated project can't be built with AGP 8.0 because `android { namespace = "..." }` is missing.

Kotlin 1.7.20 Android Gradle Plugin 7.3.1 Gradle 7.5.1 I have built the plugin to the local Maven repository and modified my project's main `build.gradle.kts` like this: ``` buildscript { repositories...