This message was deleted.
# plugin-development
s
This message was deleted.
t
You could use latest KGP version, though in the plugin module you need to set kotlin api/language level to
1.4
b
How come it's not
1.5
? Thought gradle uses
1.5.31
?
Also I did try that, but for whatever reason my consumer project still fails to apply tht complaining about 1.7 stdlib
Also I did try that, but for whatever reason my consumer project still fails to apply tht complaining about 1.7 stdlib
You also need to move Gradle Kotlin runtime dependencies (among which is stdlib) to
compileOnly
configuration
b
Ok, let me try that. Cheers
Hey, that works! Thanks for the help
👍 1