sirlordt / kt-sample-app

Kotlin sample app jdbc. Native-image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install sdkman

curl -s "https://get.sdkman.io" | bash

Install java graalvm

sdk install java 22-graalce

install the build tool ubuntu 22.04

sudo apt-get install build-essential zlib1g-de

Clone the repo, compile to native and run

git clone <this repo>

cd kt-sample-app

./gradlew nativeCompile

./app/build/native/nativeCompile/my-app

About

Kotlin sample app jdbc. Native-image.


Languages

Language:Kotlin 100.0%