KotlinW alternatives and similar libraries
Based on the "Tools" category.
Alternatively, view KotlinW alternatives based on common mentions on social networks and blogs.
-
kotlin-android-template
Android + Kotlin + Github Actions + ktlint + Detekt + Gradle Kotlin DSL + buildSrc = ❤️ -
jtransc
DISCONTINUED. Bytecode to source converting Java & Kotlin code into JavaScript, C++, D, C#, PHP, AS3, Dart and Haxe and run it everywhere. Also use JVM code in your favourite language as a library. -
Ostara
Ostara is a cross-platform desktop app for managing and monitoring Spring Boot applications using the Actuator API, providing comprehensive insights and effortless control. -
MpApt
DISCONTINUED. (Deprecated) :wrench: Kotlin Native/JS/JVM Annotation Processor library for Kotlin compiler plugins -
ktfmt-gradle
A Gradle plugin to apply ktfmt to your builds, and reformat you Kotlin source code like a glimpse 🧹🐘 -
ComposeRecyclerView
Android - A jetpack compose list view that is backed by our all time favourite RecyclerView. -
LiveStream-Kt (Android) 📱
DISCONTINUED. LiveStream is a simple class which makes communication easy among different modules of your application. -
ARFaceDetection
AR-based library for Android which is capable of detecting faces and overlaying images above the user’s head -
Kotlin Bootstrap
This set of libraries is designed to help developers accomplish various tasks easier and faster -
GradleMavenPush
Helper to upload Gradle Android Artifacts, Gradle Java Artifacts and Gradle Kotlin Artifacts to Maven repositories (JCenter, Maven Central, Corporate staging/snapshot servers and local Maven repositories). -
EasyDokkaPlugin
Gradle Script plugin to generate documentation by Dokka documentation engine in Javadoc or other formats for Java, Kotlin, Android and non-Android projects. It's very easy, you don't need to add to dependencies section additional classpath or think about compatibility issues, you don't need additional repositories also. -
buildSrcVersions
Better Gradle dependencies management inside the IDE. Search for available updates.
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of KotlinW or a related project?
README
KotlinW
A small wrapper for the Kotlin compiler that can be used to execute .kts
scripts inspired by gradlew and similar wrappers that
download the actual binaries.
More information regarding .kts
scripts can be found here.
Build instructions
Call gradlew build
. This will generate a minified jar with all dependencies and a launch script for Windows. Contributions
for a Linux launch script are welcome.
Usage
After building the minified jar, on Windows use the launch script and call kotlinw myScript.kts
. On any other platform,
call java -jar kotlinw-minified-1.0-SNAPSHOT.jar myScript.kts
.
This will download the latest version of the Kotlin compiler and the stdlib and will execute your script.