Etienne
11/03/2021, 4:15 PMmbonnin
11/03/2021, 4:17 PMif (System.getProperty("idea.sync.active") == null) {
// Apply AGP here so that the IDE doesn't see it
Etienne
11/03/2021, 4:18 PMmbonnin
11/03/2021, 4:18 PMEtienne
11/03/2021, 4:19 PMmbonnin
11/03/2021, 4:19 PMEtienne
11/03/2021, 4:25 PMmbonnin
11/03/2021, 4:27 PMEtienne
11/03/2021, 4:27 PMjsLib
module, having my shared
js depend on it. With some judicious use of typealias
, should end up with a shared
module that mostly has common
code.android
gradle plugin messing things up. So, I'll also be trying a library module, with `jvm`/`js`/`native` configurations.mbonnin
11/03/2021, 7:38 PM