Crates.io | groovy2kts |
lib.rs | groovy2kts |
version | 0.1.0 |
source | src |
created_at | 2020-09-13 21:23:44.120731 |
updated_at | 2020-09-13 21:23:44.120731 |
description | Converter for Groovy based Gradle files into Kotlin scripts |
homepage | https://github.com/ranaaditya/groovy2kts |
repository | https://github.com/ranaaditya/groovy2kts |
max_upload_size | |
id | 288357 |
size | 10,083 |
Converter for Groovy based Gradle files into Kotlin scripts
This is an experimental project for converting Groovy gradle files into Kotlin scripts.
If you're here for a Delta Winter of Code project, check out the Contributor's Guide in the Wiki.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cd groovy2kts
cargo build
cargo run <path_to_build.gradle>
cargo install groovy2kts
groovy2kts <path_to_build.gradle>