RandomCoderOrg / Hello-world-fever

A repository of codes in many possible languages/methods that gives hello world output!
The Unlicense
8 stars 18 forks source link

[ HELLO WORLD ] In jetpack compose #44

Closed SaicharanKandukuri closed 2 years ago

SaicharanKandukuri commented 2 years ago

Need a beautiful HelloWorld written with jetpack compose

NOTICE: This is only for beginners who are entering to OSS and trying to participating in hacktoberfest

RockingRishav commented 2 years ago

I want to work upon this issue but i am not getting where to add the code , like you have so many directories but i can't find one related to jetpack compose, can you tell is it the kotlin directory for adding the code in jetpack compose?

SaicharanKandukuri commented 2 years ago

Just create the folder Jetpack Compose and add your code in it!

image

By the way don't do PR now cause they won't be considered for Hacktober fest Until OCT 1

RockingRishav commented 2 years ago

Please assign me this issue and also tell if I have to add whole jetpack compose app or just the Kotlin File of the compose app?

SaicharanKandukuri commented 2 years ago

Just Kotlin files with correct files structure are acceptable

You can use .gitignore template for kotlin from :here: