cloudfoundry / docs-buildpacks

http://docs.cloudfoundry.org/buildpacks/
Apache License 2.0
21 stars 118 forks source link

buildpack for pure kotlin-based web project #210

Closed nykykof closed 6 years ago

nykykof commented 6 years ago

Hello I'm working on a pure kotlin-based web project. Everything is fine localy and with my CI pipeline also. The issue comes when i want to push the project on Cloud Foundry: The official java buildpack does not work for the project. Is there a dedicated buildpack for kotlin projects or some java buildpack version which works with kotlin project ?

cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

bentarnoff commented 6 years ago

Thanks @nykykof. @nebhale is this something you could speak to?

nebhale commented 6 years ago

The Java Buildpack will run compiled Kotlin code as long as it meets one of the container detection criteria (typically Java main()). We know this because the Spring team regularly runs this type of application.

If you'd like to run something that we don't yet support (a container-style that Kotlin prefers, maybe from source if that's a thing), then you should open an issue and we will look at it.

bentarnoff commented 6 years ago

@nykykof Closing this issue. Thanks.