Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.
/ kotlin-js-bundle Public archive

Bundles Kotlin Javascript projects into single Javascript files

License

Notifications You must be signed in to change notification settings

Yegair/kotlin-js-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kotlin-js-bundle

Build Status

Using the latest SNAPSHOT version

Add the Sonatype OSSRH Snapshot repository to your settings.xml

<profiles>
  <profile>
    <id>ossrh-snapshots</id>
    <activation>
      <activeByDefault>true</activeByDefault>
    </activation>
    <repositories>
      <repository>
        <id>ossrh-snapshots</id>
        <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        <releases>
          <enabled>false</enabled>
        </releases>
        <snapshots>
          <enabled>true</enabled>
        </snapshots>
      </repository>
    </repositories>
  </profile>
</profiles>

About

Bundles Kotlin Javascript projects into single Javascript files

Resources

License

Stars

Watchers

Forks

Packages

No packages published