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
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. -
CrunchyCalendar
A beautiful material calendar with endless scroll, range selection and a lot more! -
MpApt
(Deprecated) :wrench: Kotlin Native/JS/JVM Annotation Processor library for Kotlin compiler plugins -
BlurTutorial
Library for creating blur effects under Android UI elements -
Ostara
Ostara is a desktop application that provides various features to monitor and interact with Spring Boot Applications via Actuator. -
LiveStream-Kt (Android) 📱
LiveStream is a simple class which makes communication easy among different modules of your application. -
ktfmt-gradle
A Gradle plugin to apply ktfmt to your builds, and reformat you Kotlin source code like a glimpse 🧹🐘 -
Kotlin Telegram Bot
Telegram Bot API wrapper with handy Kotlin DSL. -
detekt-hint
Detection of design principle violations in Kotlin as a plugin to detekt. -
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 -
Credit Card Scanner
Android Credit Card Scanner using CameraX and ML Kit -
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. -
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). -
AndroidOtpView (With gradient color in lines)
Android Otp View with gradient in kotlin -
buildSrcVersions
Better Gradle dependencies management inside the IDE. Search for available updates.
Appwrite - The Open Source Firebase alternative introduces iOS support
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.