vkorenev / kotlin-support

User Language Support for the Kotlin Programming Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kotlin-support

Cloudstate Kotlin Support

Install the Kotlin Support Library to the local Maven repository

./gradlew build publishToMavenLocal

Examples: build and push container images to a container registry

./gradlew :examples:kotlin-chat:jib

./gradlew :examples:kotlin-pingpong:jib

./gradlew :examples:shopping-cart:jib

EventSourcing example of use

Define your proto

@@snip shoppingcart.proto { #example-shopping-cart-proto }

Write your business logic

@@snip ShoppingCartEntity.kt { #example-shopping-cart-kotlin }

Register your Entity

@@snip Main.kt { #example-shopping-cart-main }

About

User Language Support for the Kotlin Programming Language

License:Apache License 2.0


Languages

Language:Kotlin 85.8%Language:Java 13.2%Language:Shell 0.9%