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 b3457a8 commit 85cc582Copy full SHA for 85cc582
src/SDK/Language/Kotlin.php
@@ -282,12 +282,6 @@ public function getFiles()
282
'template' => '/kotlin/src/main/java/io/appwrite/extensions/JsonExtensions.kt.twig',
283
'minify' => false,
284
],
285
- [
286
- 'scope' => 'default',
287
- 'destination' => '/src/main/java/{{ sdk.namespace | caseSlash }}/models/Error.kt',
288
- 'template' => '/kotlin/src/main/java/io/appwrite/models/Error.kt.twig',
289
- 'minify' => false,
290
- ],
291
[
292
'scope' => 'default',
293
'destination' => '/build.gradle',
templates/kotlin/src/main/java/io/appwrite/models/Error.kt.twig
0 commit comments