Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
369 views

I'm trying to use the bootstrap library. To do so, my first guess was to do the same as the Kotlin React tutorial : I managed to import the bootstrap library using npm import easily but then I ...
levo-str's user avatar
0 votes
1 answer
537 views

I am very new to kotlin/Js and I am trying to style a page but most of the CSS attributes don't seem to support primitive values and the default values in the csstype package do not give me what i ...
Joseph Ofem's user avatar
1 vote
0 answers
196 views

I want to use react-infinite-grid in Kotlin http://ggordan.com/post/react-infinite-grid.html I have seen the How to import node module in React-Kotlin? Below code is my reference it: InfiniteGrid.kt @...
iHad 169's user avatar
  • 1,385
3 votes
1 answer
762 views

Right now I'm learning Kotlin for the front end, I've created Kotlin React App using npx create-react-kotlin-app my-app Then I tried to import Bootstrap using import like @file:JsModule("...
Chaitanya's user avatar
1 vote
1 answer
379 views

I want to use the socket.io-client library from nodejs in my React-Kotlin project. I tried to load it like this: @file:JsModule("socket.io-client") @file:JsNonModule package modules @JsName("...
Jonas's user avatar
  • 53
0 votes
1 answer
88 views

I want to build a frontend in kotlin/react. I want it to be able to depend on common artefacts written in kotlin. These artefacts will be in my local maven repo. How do I reference these in package....
Funzo's user avatar
  • 1,300
0 votes
1 answer
187 views

I've created a simple react app using create-react-kotlin-app. After successful npm start, I tried to get a build of the project using IntelliJ IDEA's Build -> Build Project, but it fails stating ...
theapache64's user avatar
  • 11.8k
2 votes
0 answers
93 views

I'm trying to use Kotlin for building my React APP (https://github.com/JetBrains/create-react-kotlin-app). How can I call a function defined in the Kotlin class through the javascript function? How to ...
WAL's user avatar
  • 21
8 votes
0 answers
909 views

I'm trying use scss in a kotlin-react application using create-react-kotlin-app in node for easy bootstrapping, but I'm stuck with setting the configuration to make it work I already ejected, so I ...
Victor Harlan Lacson's user avatar
0 votes
2 answers
2k views

I'm brand new to Kotlin. I wanted to try the create-react-kotlin-app since I'm a react developer currently and I want to explore Kotlin. I'm having a tough time instaniating my variables. I'm trying ...
Sean Kelly's user avatar
0 votes
0 answers
66 views

I am getting the errors: E/Surface: getSlotFromBufferLocked: unknown buffer: 0x7f7fc080e0 E/NativeCrypto: ssl=0x7f5ec8fc00 cert_verify_callback x509_store_ctx=0x7f5d8f0270 arg=0x0 E/NativeCrypto: ssl=...
Sar Geo's user avatar
  • 27
11 votes
2 answers
4k views

I created an app using the create-react-kotlin-app command and it loads in Chrome fine. I added the React Material UI package via NPM and that was successful. Now how do I use the Material UI module ...
Alex's user avatar
  • 1,102
9 votes
2 answers
1k views

I'm trying to use this lib in my create-react-kotlin-app: https://material-ui-next.com/ I want to generate bunch of type safe wrappers. I started like this: @file:JsModule("material-ui") package ...
deviant's user avatar
  • 3,749