Yan Zhulanow
Yan Zhulanow
The `:examples:group-oauth:processResources` task fails to process resources because of the unknown `serverHost` parameter: ``` > Could not get unknown property 'serverHost' for file '/Users/yan/projects/vk-java-sdk/examples/group-oauth/src/main/resources/config.properties' of type org.gradle.api.internal.file.copy.DefaultFileCopyDetails_Decorated. ``` I suppose...
Add initial support for the Kotlin programming language in the `pacmak` generator. Currently, the Kotlin generator can produce Java-like stubs for Kotlin/JVM. It reuses the existing Java runtime library. Current...