From e625072767c5e9717baf4cb8b7fdb61a7f357910 Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Wed, 28 Oct 2020 10:44:37 +0300 Subject: [PATCH] Code Viewer Example, comment about file in assets/data --- .../codeviewer/android/src/main/assets/data/EditorView.kt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/codeviewer/android/src/main/assets/data/EditorView.kt b/examples/codeviewer/android/src/main/assets/data/EditorView.kt index cac5145202..6f180d0ffc 100644 --- a/examples/codeviewer/android/src/main/assets/data/EditorView.kt +++ b/examples/codeviewer/android/src/main/assets/data/EditorView.kt @@ -1,3 +1,7 @@ +/** + * This file is example (we can open it in android application) + */ + package org.jetbrains.codeviewer.ui.editor import androidx.compose.foundation.AmbientContentColor