Kotlin? #10

Closed
opened 2022-03-18 03:31:04 +01:00 by bodiam · 1 comment
bodiam commented 2022-03-18 03:31:04 +01:00 (Migrated from github.com)

Hi, thanks for providing this plugin! I've tried it on my code, but it doesn't seem to be doing anything for me at the moment, but that might be because I have Kotlin code, not Java code. Is Kotlin supported?

For example, I have the following code:

assertThat(listOf(0,1,2,3,4).size).isEqualTo(5)

But nothing is suggested.

Hi, thanks for providing this plugin! I've tried it on my code, but it doesn't seem to be doing anything for me at the moment, but that might be because I have Kotlin code, not Java code. Is Kotlin supported? For example, I have the following code: ``` assertThat(listOf(0,1,2,3,4).size).isEqualTo(5) ``` But nothing is suggested.
bodiam commented 2022-03-18 03:35:52 +01:00 (Migrated from github.com)

Ah, sorry, I was put on the wrong foot by the Kotlin dependencies:

From the documentation:

only works with Java projects.

Okay, I won't bicker either then :-)

Ah, sorry, I was put on the wrong foot by the Kotlin dependencies: From the documentation: > only works with Java projects. Okay, I won't bicker either then :-)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: chrisly42/cajon-plugin#10