Closed
Description
📝 Description
For Kotools Samples being compatible with Kotlin 1.9.25 (and Kotlin Multiplatform), we need to move samples from the sample
Kotlin source set to the test
source set.
Due to this incompatible change, sample source files must have a name suffixed by Sample
for distinguishing them from test files. For example, HelloJavaSample
and HelloKotlinSample
are valid sample source file names, but HelloTest
is not.
For ensuring backward compatibility while resolving this topic, we need to:
- ✨ Support samples from
test
Kotlin source set #22 - 🗑️ Deprecate
sample
Kotlin source set with warning #23 - 🗑️ Deprecate
sample
Kotlin source set with error #24 - 🔥 Remove
sample
Kotlin source set #25
✅ Checklist
- 📝 Create an issue for each step mentioned above.
- 💬 Resolve all comments from this issue.