We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9abb16 commit d2aab4aCopy full SHA for d2aab4a
src/SDK/Language/Kotlin.php
@@ -240,6 +240,12 @@ public function getFiles()
240
'template' => '/kotlin/README.md.twig',
241
'minify' => false,
242
],
243
+ [
244
+ 'scope' => 'default',
245
+ 'destination' => '/example/README.md',
246
+ 'template' => '/kotlin/example/README.md.twig',
247
+ 'minify' => false,
248
+ ],
249
[
250
'scope' => 'default',
251
'destination' => 'CHANGELOG.md',
templates/kotlin/example/README.md.twig
@@ -0,0 +1 @@
1
+{{sdk.examples|caseHTML}}
0 commit comments