Skip to content
This repository was archived by the owner on Apr 6, 2022. It is now read-only.

danthe1st/KotlinToJavaAndJS

Repository files navigation

Kotlin to Java and JS

Proove of Concept for Is it possible to create library for Java & JavaScript/TypeScript

This is an example kotlin library that can be accessed by both Java and JavaScript/Angular code.

Where is what?

  • The source files can be found in src/commonMain/kotlin.
  • The compiled kotlin JVM classes can be found under build/classes/kotlin/jvm/main.
  • The compiled kotlin JavaScript package can be found under build/js/packages/kotlinToJavaAndJS.
  • A java module using this library can be found in java-mod.
  • An Angular module using this library can be found in angular-mod.

About

example kotlin library that can be used in both Java and JavaScript projects

Topics

Resources

Contributing

Security policy

Stars

Watchers

Forks