Skip to content

Commit b4515d7

Browse files
MatthewTPagecortinico
authored andcommitted
Organize samples as submodules of a single :sample gradle module (#17)
* Move all samples to a samples directory * Add gitignores back * correct settings.gradle file * Move sample-generated-code to samples/generated-code * update README.md file to refllect new sample locations
1 parent 78731ce commit b4515d7

25 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ We're looking forward to more platforms to support in the future. Contributions
6767

6868
You can find some **examples** in this repository to help you set up your generator environment.
6969

70-
* [sample-generated-code](/sample-generated-code) Contains an example of an Android Library where the code is generated inside the `/scr/main/java` folder. You can use this example to see how the generated code will _look like_ (like [here](/sample-generated-code/src/main/java/com/yelp/codegen/generatecodesamples/apis/DefaultApi.kt))
70+
* [samples/generated-code](/samples/generated-code) Contains an example of an Android Library where the code is generated inside the `/scr/main/java` folder. You can use this example to see how the generated code will _look like_ (like [here](/samples/generated-code/src/main/java/com/yelp/codegen/generatecodesamples/apis/DefaultApi.kt))
7171

72-
* [sample-groovy-android](/sample-groovy-android) Contains an example of an Android Library configured with a `build.gradle` file, using the classical Gradle/Groovy as scripting language.
72+
* [samples/groovy-android](/samples/groovy-android) Contains an example of an Android Library configured with a `build.gradle` file, using the classical Gradle/Groovy as scripting language.
7373

74-
* [sample-kotlin-android](/sample-kotlin-android) Contains an example of an Android Library configured with a `build.gradle.kts` file, using Kotlin as scripting language.
74+
* [samples/kotlin-android](/samples/kotlin-android) Contains an example of an Android Library configured with a `build.gradle.kts` file, using Kotlin as scripting language.
7575

7676
## How the generated code will look like
7777

File renamed without changes.

0 commit comments

Comments
 (0)