abicelis
05/29/2019, 8:22 PMbuild
and settings
files to KotlinDSL (Mainly following this guide: https://antonioleiva.com/kotlin-dsl-gradle/) which recommends using a buildSrc Gradle module.
Everything seems to be working and gradle builds fine, however, I'm getting this warning:
WARNING: Unsupported Kotlin plugin version.
The `embedded-kotlin` and `kotlin-dsl` plugins rely on features of Kotlin `1.3.11` that might work differently than in the requested version `1.3.31`.
itnoles
05/29/2019, 10:44 PMgildor
05/29/2019, 11:28 PMgildor
05/29/2019, 11:28 PMabicelis
05/30/2019, 12:39 AMgildor
05/30/2019, 12:43 AMIt is unsupported on future versions of Android Studios tooAS of course supports Kotlin DSL, because it abstracted by Gradle tooling API, new versions of AS just warn that not all features of AS will work with kts, and it only about features that analyze or modify gradle config files (which never work properly for me with Groovy as well) And it’s not something new, now they just notify users
abicelis
05/30/2019, 1:06 AMProject structure
thing as it keeps breaking.itnoles
05/30/2019, 2:30 AMgildor
05/30/2019, 5:33 AMitnoles
05/31/2019, 3:09 AM