aafanasev / sekret

Kotlin compiler plugin to hide secret data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation error when use IDEA runner or kotlinc

aafanasev opened this issue · comments

It would also be nice to update Kotlin to the newest version.
IntelliJ IDE fails to build the project with the newest version of the kotlin plugin

Originally posted by @mkopylec in #10 (comment)

It still gives me the error:
Zrzut ekranu 2020-06-22 o 08 56 57

Can you please try it yourself?

It seems an IDEA plugin needed to solve this issue. I will look into it a bit later.

For now, you can let IDEA to build with Gradle Preferences -> Build, Execution, Deployment -> Build Tools -> Gradle -> Build and run using Gradle instead of IntelliJ IDEA

Ok, I'm waiting for this to be fixed. Let me know when you will start working on the issue.

Any chances to get it fixed?

I'm working on it. Surprisingly, it took longer than I expected

Great, thanks for update!