Giuseppe Barbieri
Giuseppe Barbieri
If interested, I'm working on a jvm [port](https://github.com/kotlin-graphics/imgui)
You should update the readme as well, with IDE Setting Sync'ed you cant install the theme as previously (you have to get it from the plugin marketplace)
yep, that is Not in particular, I'd just like them to have a different color :simple_smile:
> > > Hi, can you try version 2.0.3? Artifact id is kotlin-logging-jvm in 2.0.3. Similar ``` C:\Users\elect\IdeaProjects\assimp\src\main\java\module-info.java:13: error: module not found: kotlin.logging.jvm requires kotlin.logging.jvm; ```
Yeah, I know [Reference](https://stackoverflow.com/questions/64679949/gradle-error-module-not-found-kotlin-logging?noredirect=1#comment114398424_64679949) ``` PS C:\Users\elect> jar --file=C:\Users\elect\.gradle\caches\modules-2\files-2.1\io.github.microutils\kotlin-logging-jvm\2.0.3\acd404001442be5d98fbaa7ff9df83041cba70fe\kotlin-logging-jvm-2.0.3.jar --describe-module No module descriptor found. Derived automatic module. [email protected] automatic requires java.base mandated contains mu contains mu.internal ``` Repo/branch is [here](https://github.com/kotlin-graphics/assimp/tree/kotlin.logging)
> > > Hi, > After some effort I managed to reproduce it. As a side note I must say it's my first encounter with the module systems and it's...
> I have a couple of questions: > > * The lib is compiled to java 8. Should it work with that? No, it won't unfortunately. Only jdk 9+ can...
Any news on this?
Nope, [this](https://github.com/openjdk/jmh/blob/master/jmh-samples/src/main/java/org/openjdk/jmh/samples/JMHSample_35_Profilers.java#L125-L126) is what we'd like
Ok, I'll try to explain better. From the main docs in the sample > JMH has a few very handy profilers that help to understand your benchmarks. While these profilers...