Dan O'Brien
07/05/2020, 3:55 PMERROR - pplication.impl.LaterInvocator - loader constraint violation: when resolving method 'com.intellij.ui.layout.CellBuilder com.intellij.ui.layout.Row.intTextField(kotlin.reflect.KMutableProperty0, java.lang.Integer, kotlin.ranges.IntRange)' the class loader com.intellij.ide.plugins.cl.PluginClassLoader @6ad38805 of the current class, com/github/intheclouddan/intellijpluginld/LaunchDarklyConfigurable$createPanel$$inlined$panel$lambda$4, and the class loader com.intellij.util.lang.UrlClassLoader @215be6bb for the method's defining class, com/intellij/ui/layout/Cell, have different Class objects for the type kotlin/ranges/IntRange used in the signature (com.github.intheclouddan.intellijpluginld.LaunchDarklyConfigurable$createPanel$$inlined$panel$lambda$4 is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader @6ad38805, parent loader 'bootstrap'; com.intellij.ui.layout.Cell is in unnamed module of loader com.intellij.util.lang.UrlClassLoader @215be6bb, parent loader 'platform')
I’m trying to use an intellij intTextField
and just assign a var as refreshRate: Int
noctarius
07/05/2020, 9:25 PMDan O'Brien
07/06/2020, 12:51 AMaraqnid
07/06/2020, 9:18 AMDan O'Brien
07/06/2020, 12:12 PM