#Loaded class kotlin.internal.jdk8.JDK8PlatformImplementations from AnotherKotlinPlugin

1 messages · Page 1 of 1 (latest)

long ferry
#

Hi, folks! I just developed my very first Kotlin spigot plugin and now I'm developing a second one. They work fine separately, but when they are running together and I try to use any Kotlin native classes, the error [FirstKotlinPlugin] Loaded class kotlin.internal.jdk8.JDK8PlatformImplementations from AnotherKotlinPlugin which is not a depend, softdepend or loadbefore of this plugin. shows up. Any hints on how I can fix this?

ornate dust
#

Relovate kotlin; shade it into one library plugin; or use the libraries plugin.yml feature