Files
spring-cloud-function/spring-cloud-function-kotlin
Oleg Zhurakousky 55c4fcf4f7 GH-1260 Additional fix to Kotlin type resolution for generics
This is specifically relevant to the way Kotlin represents types. For example List<Message> resolves to List <? extends Message> which becomes the WildCard unlike in Java

Resolves #1260
2025-04-11 12:26:03 +02:00
..
2025-03-20 03:03:43 +00:00
2021-04-13 09:23:56 +02:00

!!! INTERNAL !!!

Contains only Kotlin tests. 
Since version 3.1.3, user's should not be declaring explicit dependency on this module.