aafanasev / sekret

Kotlin compiler plugin to hide secret data
MIT License
112 stars 7 forks source link

Compilation error when use IDEA runner or kotlinc #11

Open aafanasev opened 4 years ago

aafanasev commented 4 years ago

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 https://github.com/aafanasev/sekret/issues/10#issuecomment-646278252

mkopylec commented 4 years ago

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

mkopylec commented 4 years ago

Can you please try it yourself?

aafanasev commented 4 years ago

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

mkopylec commented 4 years ago

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

mkopylec commented 4 years ago

Any chances to get it fixed?

aafanasev commented 4 years ago

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

mkopylec commented 4 years ago

Great, thanks for update!