Raman Gupta

Results 219 comments of Raman Gupta

Kotlin 1.4.32. I'll try a freshly created project.

Nope, didn't work on a new project either.

Kotlin multiplatform mobile on JDK 1.8 with IntelliJ IDEA 2021.1.3. ![image](https://user-images.githubusercontent.com/53049/123972345-c2af9a80-d988-11eb-9408-cef103941ce7.png)

@LouisCAD Any ideas?

No, I have both `kotlin.mpp.enableGranularSourceSetsMetadata=true` and `kotlin.native.enableDependencyPropagation=false` set. I thought the problem might be `kotlin.native.ignoreDisabledTargets=true` but commenting that out didn't help either.

Upstream issue reference: https://youtrack.jetbrains.com/issue/KT-48337

I think you pasted the wrong POM above?

I've found during my testing that pegdown requires imports from parboiled, BUT parboiled also needs to import classes from pegdown. I noticed you added a TCCL in parboiled to try...

PS I've worked around this temporarily by adding optional imports in parboiled to pegdown: ``` ``` Obviously that isn't an elegant solution. Ideally, for OSGi parboiled would expose and consume...