Vyacheslav Rusakov

Results 86 comments of Vyacheslav Rusakov

I tried to add direct android support, but andoid studio api is weird - api that everyone used (BaseVariant) is deprecated and it's not clear what should be used instead....

It's officially in maintenance mode, but there is no alternative for it in general (only for jdk checks). Last animalsniffer release was just 2 month ago.

Did not update it for a wile. With proper updates it will support recent JDKs. Will do.

Will do, but in a month (or few months). I'm updating my other plugins right now and have to spend much time on configuration cache support.

Plugin works under gradle 8 because project usage in tasks is still allowed in gradle 8 (should lead to error only under upcoming gradle 9). So you can already use...

I understand what you mean and I even thought about this several times, but it's not simple. The plugin could be used for check and signature build. But check task...

I changed plugin activation from JavaPlugin into JavaBasePlugin and checked it for [id 'org.jetbrains.kotlin.multiplatform' version '1.9.0-RC'](https://github.com/xvik/gradle-animalsniffer-plugin/blob/412ae827b3c38f0f99926756a7709b5c695a61db/src/test/groovy/ru/vyarus/gradle/plugin/animalsniffer/multilang/KotlinSourceKitTest.groovy#L62) Seems to be working. I will release new plugin version today

[released](https://github.com/xvik/gradle-animalsniffer-plugin/releases/tag/1.7.1)