Friedger
07/05/2023, 2:43 PMImre Kaszab
07/06/2023, 1:20 PMid 'com.google.relay' version '0.3.07'
Kevin S
07/06/2023, 1:34 PMFriedger
07/06/2023, 1:39 PMkotlin("android")
module, but a kotlin("multiplatform")
module.
I have also added there in the android configuration the compose settings. Without luck.
android {
....
buildFeatures {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.4.6"
}
}
Imre Kaszab
07/06/2023, 2:11 PMshared
module. Even though you have the gradle tasks of Relay there, it does not generate the compose code.
I hope it will work with that in the near future.