From 93a90d3c55aa21ddc1818104379da0ae88188373 Mon Sep 17 00:00:00 2001 From: MJ Date: Fri, 24 Apr 2020 23:49:58 +0200 Subject: [PATCH] Extended AssetDescriptor documentation. #182 --- assets-async/src/main/kotlin/ktx/assets/async/storage.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets-async/src/main/kotlin/ktx/assets/async/storage.kt b/assets-async/src/main/kotlin/ktx/assets/async/storage.kt index f17e2c85..f7fcfca4 100644 --- a/assets-async/src/main/kotlin/ktx/assets/async/storage.kt +++ b/assets-async/src/main/kotlin/ktx/assets/async/storage.kt @@ -111,6 +111,8 @@ class AssetStorage( * * If the asset requires a [FileHandle] incompatible with the storage [fileResolver], * use the [fileHandle] parameter to set it. + * + * Top-level (static) alternatives can be found in `ktx-assets`. See [ktx.assets.assetDescriptor]. */ inline fun getAssetDescriptor( path: String,