Oleg Semen
Oleg Semen
`target` and `compile` sdk versions are 28 The first video is Pixel 2 XL running Android 10 The second video is SGS 8 or 9 not sure about sdk version
You can add an extension method somewhere ```kotlin /** * Configures the [webpackBundle][org.jetbrains.kotlin.gradle.frontend.webpack.WebPackExtension] kotlin-frontend plugin extension. */ fun org.jetbrains.kotlin.gradle.frontend.KotlinFrontendExtension.`webpack`( configure: org.jetbrains.kotlin.gradle.frontend.webpack.WebPackExtension.() -> Unit ) { bundle("webpack", delegateClosureOf(configure)) } ``` and...