hugo icon indicating copy to clipboard operation
hugo copied to clipboard

Please add Kotlin support.

Open wzg1015 opened this issue 9 years ago • 5 comments

When i use "@DebugLog" in Kotlin file(.kt), it show error : `........... p:compileDebugKotlinAfterJava Using experimental kotlin incremental compilation

e: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath: class retrofit2.Converter, unresolved supertypes: Object ........ ` Do you have related plan

wzg1015 avatar Sep 04 '16 05:09 wzg1015

When will kotlin be suported?

jrcacd avatar Sep 11 '17 10:09 jrcacd

Please merge this! https://github.com/JakeWharton/hugo/pull/124

takahirom avatar Oct 03 '17 08:10 takahirom

Could someone make Hugo work with Kotlin?

chaleao avatar Feb 21 '18 20:02 chaleao

Not until we have variant-aware transforms, no.

On Wed, Feb 21, 2018 at 3:26 PM Ruan Souza [email protected] wrote:

Could someone make Hugo work with Kotlin?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JakeWharton/hugo/issues/144#issuecomment-367460228, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEEEeI27iolPv40RDRX55gcwHXWsyZnks5tXHv8gaJpZM4J0dsF .

JakeWharton avatar Feb 21 '18 20:02 JakeWharton

When i use "@debuglog" in Kotlin file(.kt), it show error : `........... p:compileDebugKotlinAfterJava Using experimental kotlin incremental compilation

e: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath: class retrofit2.Converter, unresolved supertypes: Object ........ ` Do you have related plan

You can try this plugin, it is implmented with asm and supports kotlin https://github.com/Leaking/Hunter#debug-plugin

Leaking avatar Jan 09 '19 16:01 Leaking