bobko
02/24/2020, 1:32 PMKlaas Kabini
02/24/2020, 5:39 PMcomposeOptions {
kotlinCompilerExtensionVersion = "0.1.0-dev05"
}
buildFeatures {
compose = true
}
bobko
02/24/2020, 7:18 PMKlaas Kabini
02/24/2020, 7:36 PMbuildFeatures{
compose true
}
Leland Richardson [G]
02/24/2020, 9:02 PMsurprisingly everything works without these flagsSimple code might have worked, but there is definitely code that would not work properly without those flags