Hello I am new to kotlin mpp and have been followi...
# multiplatform
j
Hello I am new to kotlin mpp and have been following the tutorial to build a ShoppingList full stack app. I am trying to use React routes but have issues importing it. Inside of gradle I use “implementation(“org.jetbrains.kotlin-wrappers:kotlin-react-router-dom)” as per the instructions located here. https://github.com/JetBrains/kotlin-wrappers/tree/master/kotlin-react-router-dom However in my Main.kt running “import react.router.dom.*” doesn’t work. Does anyone have an idea what I could be doing wrong?