https://kotlinlang.org logo
Join SlackCommunities
Powered by
# jhipster-kotlin
  • s

    sendilkumarn [JHipster]

    02/25/2018, 9:07 AM
    set the channel description: A place to discuss / design and develop Kotlin based JHipster
  • s

    sendilkumarn [JHipster]

    02/25/2018, 9:07 AM
    set the channel topic: https://join.slack.com/t/jhipster-kotlin/shared_invite/enQtMzIxNTE4ODgyNjMxLWQyOTdhYWZlYzUyOGU0MWZjMTdkZTJlMzk0NDA5NDE4NzcwMTk1NWZjMDY2OWRhMzM4MDg4ZTBmZDg2M2FlZTk
  • s

    sendilkumarn [JHipster]

    03/06/2018, 7:02 PM
    👋 Hello all 👋 K
  • g

    gleclaire

    03/14/2018, 12:58 AM
    @sendilkumarn [JHipster] is there any recommendation for using jhipster-kotlin such as what is currently available and what should be avoided?
  • s

    sendilkumarn [JHipster]

    03/14/2018, 7:09 AM
    Use it with gradle. Currently It creates kotlin /Java mixed application.Java files straightaway from the base generator.
  • s

    sendilkumarn [JHipster]

    03/14/2018, 7:09 AM
    If you face any difficulties just let me know.
  • g

    gleclaire

    03/25/2018, 8:04 PM
    is the --blueprint option a yeoman thing or a JHipster thing? Where would I find more information on it?
  • s

    sendilkumarn [JHipster]

    03/27/2018, 11:44 AM
    It rides on top of yeoman ofcourse. But it is JHipster thing
  • g

    gleclaire

    03/28/2018, 9:50 AM
    Is there any information on how it works? I took the original generator-jhipster project and started to changed the original Java generators over to Kotlin. I would like to merge what I started over.
  • s

    sendilkumarn [JHipster]

    03/28/2018, 10:53 PM
    take a look at https://github.com/jhipster/jhipster-kotlin
  • b

    Ben

    09/09/2018, 4:16 PM
    I am not able to get this to work as a blueprint. I tried installing it with npm and yarn yet it always says the blueprint isn't installed when trying to run
    jhipster --blueprint kotlin
  • s

    Samuel Michael

    11/28/2019, 5:03 PM
    anyone have a working blank khipster project? I can’t get the backend part to run
  • s

    Samuel Michael

    11/28/2019, 5:04 PM
    I’m getting a lot of different errors from the autoconfiguration
  • s

    Samuel Michael

    11/28/2019, 5:04 PM
    ive tried generating different variations
  • s

    Samuel Michael

    11/28/2019, 5:06 PM
    i just want a working example to hack on
  • s

    sendilkumarn [JHipster]

    01/07/2020, 10:47 PM
    @Samuel Michael Do you still have problem?
  • s

    Samuel Michael

    01/08/2020, 3:05 AM
    Yes never got jhipster to configure properly thanks
  • s

    sendilkumarn [JHipster]

    01/11/2020, 10:15 PM
    Few issues were fixed in the latest version 1.4.0
  • s

    sendilkumarn [JHipster]

    01/11/2020, 10:15 PM
    can you share more information and create a ticket in the repo
  • s

    sendilkumarn [JHipster]

    03/02/2020, 7:49 AM
    Just released v1.5.0 KHipster https://www.npmjs.com/package/generator-jhipster-kotlin
  • s

    Stu Law

    08/08/2020, 12:55 PM
    @sendilkumarn [JHipster] Thanks for your efforts on KHipster Does is support coroutines? i.e. suspend functions on Controller endpoints or Flow return types? I’m new to jhipster but could only seem to generate reactive endpoints (Mono,Flux).
  • s

    sendilkumarn [JHipster]

    08/09/2020, 12:03 PM
    Hey @Stu Law It does not use suspend functions yet. I am planning to add it in the future versions. For now if you choose reactive application we generate reactive endpoints with Mono/Flux.
    👍 1