groovy2kts

Crates.iogroovy2kts
lib.rsgroovy2kts
version0.1.0
sourcesrc
created_at2020-09-13 21:23:44.120731
updated_at2020-09-13 21:23:44.120731
descriptionConverter for Groovy based Gradle files into Kotlin scripts
homepagehttps://github.com/ranaaditya/groovy2kts
repositoryhttps://github.com/ranaaditya/groovy2kts
max_upload_size
id288357
size10,083
Aditya Rana (ranaaditya)

documentation

README

groovy2kts

Converter for Groovy based Gradle files into Kotlin scripts

This is an experimental project for converting Groovy gradle files into Kotlin scripts.

Hello, DWoC!

If you're here for a Delta Winter of Code project, check out the Contributor's Guide in the Wiki.

Setup

Linux (WIP)

  • Install rust version - 2018 or later using :
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  • Fork this repo and clone into local
cd groovy2kts

cargo build

cargo run <path_to_build.gradle>

Cli (WIP)

cargo install groovy2kts

groovy2kts <path_to_build.gradle>
Commit count: 19

cargo fmt