https://github.com/drewcarlson/ktpack
[WIP] A simple tool for building and publishing Kotlin projects.
https://github.com/drewcarlson/ktpack
build-tools kotlin kotlin-multiplatform linux macos windows
Last synced: 8 days ago
JSON representation
[WIP] A simple tool for building and publishing Kotlin projects.
- Host: GitHub
- URL: https://github.com/drewcarlson/ktpack
- Owner: DrewCarlson
- License: mit
- Created: 2021-05-27T22:30:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-17T16:03:17.000Z (13 days ago)
- Last Synced: 2025-04-18T06:44:51.411Z (13 days ago)
- Topics: build-tools, kotlin, kotlin-multiplatform, linux, macos, windows
- Language: Kotlin
- Homepage: https://drewcarlson.github.io/ktpack/
- Size: 2.05 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
***WIP - Not ready for use!***
![]()
A simple tool for building and publishing Kotlin projects.
![]()
![]()
![]()
---
Installation -
Getting Started -
Documentation -
Releases---
### Overview
Ktpack is a build tool for [Kotlin Multiplatform](https://kotl.in/multiplatform) projects
providing a comprehensive set of features with one configuration file:- Single project configuration file
- Write tests and benchmarks inside or next to main source files
- Automatic Kotlin, JDK, and Nodejs toolchain management
- Consume Maven dependencies or [npm](https://www.npmjs.com/) dependencies
- Publishing libraries to Maven and applications to Github### License
The repository uses the MIT license, see [LICENSE](LICENSE).