GitXplorerGitXplorer
d

KotlinToJavaAndJS

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
46a79ed63d532e68476eace548e30cfec4e8410e

update dependencies

ddanthe1st committed 3 years ago
Verified
97bebf9d237059479b5e11d33690b052c26b1d34

angular

ddanthe1st committed 4 years ago
Verified
d61b404a86048fa28322a6a5b3713cacdac09b82

updated npm dependencies

ddanthe1st committed 4 years ago
Verified
bc70100b34bf0b8a20a1b7ca7291fe2979f42811

initial commit

ddanthe1st committed 4 years ago

README

The README file for this repository.

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.