Kinchkun
Results
2
issues of
Kinchkun
Hi, thanks for this project! Would it be possible to specify custom keys as additional arguments to the `init` subcommand? For example: ```sh pi init my_library_template awesome_library group=com.example.libs ``` This...
Cheers, thank you for this library :) Assuming I have the following case: ```kotlin @Serializable data class Animals( val animals: Map ) @Serializable data class Animal( val name: String, val...