Search code examples
android-jetpack-composekdoc

Where do I find the samples referred to by Jetpack Compose source documentation?


The KDoc contains links as to some package and Kotlin file, but I can't see such packages and files actually

Documentation window screenshot

I looked through the Google Maven repository, expecting to find that I just haven't included some package in my build.gradle, but there were no such artifacts as well


Solution

  • You can find the samples by following package name in the AndroidX repository.

    In this case androidx.compose.foundation.layout.samples.SpacerExample sample can be found here.

    As to KDoc problem, it's a known bug