GH-685 Update Kotlin documentation

Add test for collections

polishing
This commit is contained in:
Oleg Zhurakousky
2021-04-13 09:02:23 +02:00
parent ecd9902ced
commit b7edd1e1b7
5 changed files with 39 additions and 2 deletions

View File

@@ -467,7 +467,7 @@ The above represents Kotlin lambdas configured as Spring beans. The signature of
While mechanics of Kotlin-to-Java mapping are outside of the scope of this documentation, it is important to understand that the
same rules for signature transformation outlined in "Java 8 function support" section are applied here as well.
To enable Kotlin support all you need is to add `spring-cloud-function-kotlin` module to your classpath which contains the appropriate
To enable Kotlin support all you need is to add Kotlin SDK libraries on the classpath which will trigger appropriate
autoconfiguration and supporting classes.
=== Function Component Scan