tylerwilson
02/19/2020, 4:31 PMmbonnin
02/19/2020, 4:32 PMmbonnin
02/19/2020, 4:32 PMtylerwilson
02/19/2020, 4:33 PMtylerwilson
02/19/2020, 4:34 PMmbonnin
02/19/2020, 4:35 PMtylerwilson
02/19/2020, 4:35 PMmbonnin
02/19/2020, 4:36 PMAndrzej
02/19/2020, 4:36 PMnwillc
02/19/2020, 5:02 PMtylerwilson
02/19/2020, 5:04 PMnwillc
02/19/2020, 5:08 PMdwursteisen
02/20/2020, 5:16 PMdwursteisen
02/20/2020, 5:17 PMBrendan Weinstein
02/21/2020, 2:53 AMjk2018
02/21/2020, 6:58 PMjk2018
02/21/2020, 7:00 PMjk2018
02/21/2020, 7:00 PMmbonnin
02/22/2020, 7:22 PMgildor
02/24/2020, 12:02 PMmbonnin
02/24/2020, 12:28 PMgildor
02/24/2020, 12:46 PMmbonnin
02/24/2020, 12:49 PMkotlin-dsl
plugin. None of that is actually needed to write gradle files in Kotlin.gildor
02/24/2020, 12:49 PMmbonnin
02/24/2020, 12:50 PMExtension
, I usually just do configure<BaseExtension> {}
instead of android {}
for the Android Plugin for an exemplegildor
02/24/2020, 12:50 PMgildor
02/24/2020, 12:50 PMgildor
02/24/2020, 12:50 PMmbonnin
02/24/2020, 12:53 PMmbonnin
02/24/2020, 12:55 PMandroid {
signingConfigs {
release {
// some stuff
}
}
}
And then you have to look into NamedDomainObjectContainer
, call create("release")
etc... so might as well do it from the beginninggildor
02/24/2020, 12:56 PMgildor
02/24/2020, 12:57 PMmbonnin
02/24/2020, 12:59 PMmbonnin
02/24/2020, 12:59 PMkotlin-dsl
plugin I guess that I haven't had the time to completely investigate. Putting that on the migration path feels a bit like too much information