How to convert Anko DSL Layouts to XML?

364 views Asked by At

On my project Anko-layout was used since it was trending at that time, but after IDE and sdk updates i am unable to preview layouts with Anko support plugin and plugin crashes with more than 90 exceptions one of which is argument mismatch exception. Tried downgrading Android studio and plugin but was of no help and the library seems to have abandoned since there is any update or issue fixes recently.

Is there any way to convert the Anko DSL UI to XML?

Or if there is any hotfix for the problem here are my dependency versions:

ext.kotlin_version = '1.2.30'
ext.anko_version = '0.10.1'

Android Studio version 3.4.2
Anko support plugin version: 0.10.7-2

0

There are 0 answers