wiyarmir / kotlin-multiplatform-template

Ready to go template for multiplatform Kotlin
Apache License 2.0
222 stars 18 forks source link

add kotlin gradle dsl template #1

Open akram09 opened 5 years ago

akram09 commented 5 years ago

so i'm struggling with converting the template gradle files to kotlin gradle dsl build files , it will be helpful if you add a branch that use the kotlin dsl.

wiyarmir commented 5 years ago

Oh! Great idea. I stopped using the DSL because of the perf issues, but I understand it can be an interesting exercise. Will address this after the holidays 😄

On Wed, 14 Aug 2019, 14:24 akramkero, notifications@github.com wrote:

so i'm struggling with converting the template gradle files to kotlin gradle dsl build files , it will be helpful if you add a branch that use the kotlin dsl.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wiyarmir/kotlin-multiplatform-template/issues/1?email_source=notifications&email_token=AABKANCZUSCZDG5QHCLOLGLQEQBPFA5CNFSM4ILU23W2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HFGRS6Q, or mute the thread https://github.com/notifications/unsubscribe-auth/AABKANGYZZ32X3SHH5AJ4TLQEQBPFANCNFSM4ILU23WQ .

akram09 commented 5 years ago

okey , great so because i'm working on a kotlin mpp project with kotlin gradle dsl i think i can help you doing that .

wiyarmir commented 5 years ago

I have some experience with the DSL, it sometimes requires you to do some weird stuff indeed. Please feel free to remind me if I haven't tackled this in a couple of weeks.

On Wed, 14 Aug 2019, 14:59 akramkero, notifications@github.com wrote:

okey , great so because i'm working on a kotlin mpp project with kotlin gradle dsl i think i can help you doing that .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/wiyarmir/kotlin-multiplatform-template/issues/1?email_source=notifications&email_token=AABKANEM6O4D3JQDTXAZ3RDQEQFTPA5CNFSM4ILU23W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4I4FBA#issuecomment-521257604, or mute the thread https://github.com/notifications/unsubscribe-auth/AABKANFHCLXOK7YMEBNS5OLQEQFTPANCNFSM4ILU23WQ .

androidovshchik commented 4 years ago

@wiyarmir good job! This is what I was looking for a long time