https://kotlinlang.org logo
p

pascal_le_merrer

08/31/2017, 9:08 AM
Copy code
SQLDB.countries.insert {
                it[SQLDB.countries.language] = lang.value
                it[SQLDB.countries.list] = countryList
            }
But there is an error :