[
https://issues.apache.org/jira/browse/BEAM-10027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17112395#comment-17112395
]
Rion Williams commented on BEAM-10027:
--------------------------------------
h2. Pull Request
You can [find a pull request related to this feature
here|[https://github.com/apache/beam/pull/11761]] that will detail all of the
major changes introduced that can be summarized below:
* Added appropriate Kotlin-based dependencies for gradle (specific to the
Kotlin Katas directory)
* Converted all existing {{*.java}} tasks files over to Kotlin (e.g. {{*.kt}})
and updated all of the placeholders where applicable
* Verified that all of the unit tests backing the tasks are passing as
expected using the existing input.
* Removed all of the original course metadata (e.g. `*-remote-info.yaml files)
assuming that the creation of a new course will overwrite these.
> Support for Kotlin-based Beam Katas
> -----------------------------------
>
> Key: BEAM-10027
> URL: https://issues.apache.org/jira/browse/BEAM-10027
> Project: Beam
> Issue Type: Improvement
> Components: katas
> Reporter: Rion Williams
> Assignee: Rion Williams
> Priority: P2
> Original Estimate: 8h
> Time Spent: 10m
> Remaining Estimate: 7h 50m
>
> Currently, there are a series of examples available demonstrating the use of
> Apache Beam with Kotlin. It would be nice to have support for the same Beam
> Katas that exist for Python, Go, and Java to also support Kotlin.
> The port itself shouldn't be that involved since it can still target the JVM,
> so it would likely just require the inclusion for Kotlin dependencies and a
> conversion for all of the existing Java examples.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)