Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kotlin 1.7 incompatibility #16

Open
vkopichenko opened this issue Oct 13, 2023 · 1 comment
Open

Kotlin 1.7 incompatibility #16

vkopichenko opened this issue Oct 13, 2023 · 1 comment

Comments

@vkopichenko
Copy link

I tried to use this project with Kotlin 1.8.20. It was successfully adding the API dependency but the compiler plugin was not peeked up silently.

It appears that KotlinGradleSubplugin was removed in favor of KotlinCompilerPluginSupportPlugin since Kotlin 1.7:
https://kotlinlang.org/docs/compatibility-guide-17.html#remove-kotlingradlesubplugin-class

The ComponentRegistrar is deprecated too and is going to be replaced with CompilerPluginRegistrar in Kotlin 2.0.

@JakeWharton
Copy link
Owner

Thanks for filing the issue! I've been trying to find the time to get the project up-to-date and working again. I did manage to get the build modernized and now I just have to find the time to finish the actual IR work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants