Do we have good guide for migration of old dsl to ...
# koin
e
Do we have good guide for migration of old dsl to kotlin compiler dsl? I have piece
Copy code
factory {
                val logBridge = getLogBridge()
                CryptographyDirector.createEngine(logBridge)
            }
Is it convertable to the new dsl? Should it be converted? If not how to point compiler plugin for this definition or it will just find it
1
Oke, my bad - there is
create
case
a
yes