gmuth / ipp-client-kotlin

A client implementation of the ipp protocol written in kotlin
MIT License
75 stars 10 forks source link

Create jar files for source files (and javadoc) to promote ease of use of API from IDE #9

Closed knowbits closed 2 years ago

knowbits commented 2 years ago

Having source files (and javadoc) available as jars would make it easier to use the API from an IDE.

gmuth commented 2 years ago

I've updated the gradle build file. The default task assemble now produces the (kotlin) source and javadoc jars.

knowbits commented 2 years ago

That's quick!

Gave it a try with a local installation into Maven.

In VS Code, documentation show up when I hover 👍

When I go into a clasd or method (F12) the.class file is opened. I don't know if you use VS Code (most seasoned Jave devs use IDEA, I guess), but do you know how to make VS Code open the .kt file instead?

Best, Erlend

On Fri, 24 Jun 2022 at 00:16, Gerhard Muth @.***> wrote:

I've updated the gradle build file. The default task assemble now produces the (kotlin) source and javadoc jars.

— Reply to this email directly, view it on GitHub https://github.com/gmuth/ipp-client-kotlin/issues/9#issuecomment-1164967282, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAL7WUDPKXWQFAAHI5V44XTVQTO3HANCNFSM5ZVTDJIA . You are receiving this because you authored the thread.Message ID: @.***>

gmuth commented 2 years ago

I don't use VS Code and can not provide a solution for your question.

knowbits commented 2 years ago

Support for Kotlin in VS Code seems to be lacking atm.

On Tue, 28 Jun 2022 at 07:46, Gerhard Muth @.***> wrote:

I don't use VS Code and can not provide a solution for your question.

— Reply to this email directly, view it on GitHub https://github.com/gmuth/ipp-client-kotlin/issues/9#issuecomment-1168253213, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAL7WUBZ75WZ7XZ4JXCC3ADVRKGVBANCNFSM5ZVTDJIA . You are receiving this because you authored the thread.Message ID: @.***>